From 54fc005e7c01ececa5e1c49b787870c981d2364a Mon Sep 17 00:00:00 2001 From: Narendra Umate Date: Sun, 8 Sep 2013 10:49:13 -0700 Subject: [PATCH] Added xcode_ccache_wrapper as text to .gitattributes. This will hopefully prevent file turning into CRLF when someone next touches it. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8dcee243..15ab799b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,4 @@ vpc_osx binary *.exe binary protoc binary ccache binary +xcode_ccache_wrapper text