diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-02-23 06:38:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 06:38:48 (GMT) |
commit | 2771304357607aa62801a67acc1e3c7c8ec489ce (patch) | |
tree | ec6a3f34e990788592c32576c230b5c58f057866 /.gitattributes | |
parent | cb41b2766de646435743b6af7dd152751b54e73f (diff) | |
download | cpython-2771304357607aa62801a67acc1e3c7c8ec489ce.zip cpython-2771304357607aa62801a67acc1e3c7c8ec489ce.tar.gz cpython-2771304357607aa62801a67acc1e3c7c8ec489ce.tar.bz2 |
mark various test data binary (#233)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 253cc6d..55a3f49 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 |