diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2018-01-17 10:26:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 10:26:03 +0100 |
commit | 44a70e9336765404057b12345465844dc291297a (patch) | |
tree | 21505950d8c7a62c5e6e2d5a692b9548759c09ec /.gitattributes | |
parent | bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) (diff) | |
download | cpython-44a70e9336765404057b12345465844dc291297a.tar.gz cpython-44a70e9336765404057b12345465844dc291297a.tar.bz2 cpython-44a70e9336765404057b12345465844dc291297a.zip |
Fix Git attributes of test_importlib data files (#5209)
bpo-32248: Make sure that Git checks out data files with Unix line
ending on Windows as well.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9ec17d12406..0a998a5369f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,6 +26,7 @@ Lib/test/decimaltestdata/*.decTest -text Lib/test/test_email/data/*.txt -text Lib/test/xmltestdata/* -text Lib/test/coding20731.py -text +Lib/test/test_importlib/data01/* -text # CRLF files *.bat text eol=crlf |