mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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.
This commit is contained in:
parent
ced9cb5303
commit
44a70e9336
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue