From: Victor Stinner Date: Mon, 27 Mar 2017 14:11:34 +0000 (+0200) Subject: bpo-27425: Add .gitattributes, fix Windows tests (#844) X-Git-Tag: v3.5.4rc1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf57fe13b44e3994096ae79f32c11475f333a94f;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..82694d81f276 --- /dev/null +++ b/.gitattributes @@ -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