Skip to content

Commit cf57fe1

Browse files
authored
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.
1 parent ec3a326 commit cf57fe1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.pck binary
2+
Lib/test/cjkencodings/* binary
3+
Lib/test/decimaltestdata/*.decTest binary
4+
Lib/test/sndhdrdata/sndhdr.* binary
5+
Lib/test/test_email/data/msg_26.txt binary
6+
Lib/test/xmltestdata/* binary
7+
Lib/venv/scripts/nt/* binary
8+
Lib/test/coding20731.py binary

0 commit comments

Comments
 (0)