Modify gitattributes to match changed location of vendoring patches

This commit is contained in:
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