summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-02-22 22:38:48 -0800
committerGitHub <noreply@github.com>2017-02-22 22:38:48 -0800
commit2771304357607aa62801a67acc1e3c7c8ec489ce (patch)
treeec6a3f34e990788592c32576c230b5c58f057866 /.gitattributes
parentcb41b2766de646435743b6af7dd152751b54e73f (diff)
downloadcpython-git-2771304357607aa62801a67acc1e3c7c8ec489ce.tar.gz
mark various test data binary (#233)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 253cc6dee4..55a3f49922 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,10 @@
Misc/NEWS merge=union
+
+*.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