Modify gitattributes to match changed location of vendoring patches

这个提交包含在:
Paul Moore 2020-01-23 10:53:33 +00:00
父节点 54f9f83a67
当前提交 848472ea4e
共有 1 个文件被更改,包括 1 次插入1 次删除

2
.gitattributes vendored
查看文件

@ -1,4 +1,4 @@
# Patches must have Unix-style line endings, even on Windows
tasks/vendoring/patches/* eol=lf
tools/automation/vendoring/patches/* eol=lf
# The CA Bundle should always use Unix-style line endings, even on Windows
src/pip/_vendor/certifi/*.pem eol=lf