From 9573e4b8b64d70acbc7e813d6f3f76b29e97aa8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Wed, 3 Jul 2013 17:28:46 -0700 Subject: [PATCH] Check in gitattributes for binaries. Followup to @TheSeg's comments on 5f08baa. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ed043c0c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.exe binary +protoc binary +ccache binary