diff options
| author | Narendra Umate <[email protected]> | 2013-09-08 10:49:13 -0700 |
|---|---|---|
| committer | Narendra Umate <[email protected]> | 2013-09-08 10:49:13 -0700 |
| commit | 54fc005e7c01ececa5e1c49b787870c981d2364a (patch) | |
| tree | a0c48ecaa882bb9806457d2d5968aa48c82210e2 | |
| parent | Replacing CR/LFs with LFs in xcode_ccache_wrapper. (diff) | |
| download | source-sdk-2013-54fc005e7c01ececa5e1c49b787870c981d2364a.tar.xz source-sdk-2013-54fc005e7c01ececa5e1c49b787870c981d2364a.zip | |
Added xcode_ccache_wrapper as text to .gitattributes.
This will hopefully prevent file turning into CRLF when someone next
touches it.
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |