mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
bpo-27425: Add .gitattributes, fix Windows tests (#844)
Mark binary files as binay in .gitattributes to not translate newline characters in Git repositories on Windows.
This commit is contained in:
parent
ec3a32699e
commit
cf57fe13b4
1 changed files with 8 additions and 0 deletions
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
*.pck binary
|
||||
Lib/test/cjkencodings/* binary
|
||||
Lib/test/decimaltestdata/*.decTest binary
|
||||
Lib/test/sndhdrdata/sndhdr.* binary
|
||||
Lib/test/test_email/data/msg_26.txt binary
|
||||
Lib/test/xmltestdata/* binary
|
||||
Lib/venv/scripts/nt/* binary
|
||||
Lib/test/coding20731.py binary
|
Loading…
Add table
Add a link
Reference in a new issue