From 2771304357607aa62801a67acc1e3c7c8ec489ce Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 22 Feb 2017 22:38:48 -0800 Subject: [PATCH] mark various test data binary (#233) --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index 253cc6dee4b..55a3f49922b 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