diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2017-08-23 17:21:36 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2017-08-23 17:30:00 (GMT) |
commit | b85c2589a1a22fb46620d7b0fd8aa6ec28ac5670 (patch) | |
tree | 1c2ba618abfde033d013bd4734f82456ea55b7aa /.gitattributes | |
parent | 377f3685fc0f3af67829c808b791d0db72f377a6 (diff) | |
download | CMake-b85c2589a1a22fb46620d7b0fd8aa6ec28ac5670.zip CMake-b85c2589a1a22fb46620d7b0fd8aa6ec28ac5670.tar.gz CMake-b85c2589a1a22fb46620d7b0fd8aa6ec28ac5670.tar.bz2 |
gitattributes: prefer `-text` for binary files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index e43ccbb..14aa49e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,11 +16,12 @@ configure crlf=input *.bat -crlf *.bat.in -crlf -*.pfx -crlf -*.png -crlf *.sln -crlf *.vcproj -crlf +*.pfx -text +*.png -text + *.c our-c-style *.cc our-c-style *.cpp our-c-style |