bpo-27425: Add .gitattributes, fix Windows tests (#844) · python/cpython@cf57fe1 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit cf57fe1

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.

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff 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