From 0e7561d1c7dcbd6f7ebadff7f62646a592227467 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 21 Feb 2017 23:36:06 -0800 Subject: [PATCH] mark various test data binary --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index 253cc6dee4b8c4..55a3f49922bf19 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