summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2017-08-23 13:21:36 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2017-08-23 13:30:00 -0400
commitb85c2589a1a22fb46620d7b0fd8aa6ec28ac5670 (patch)
tree1c2ba618abfde033d013bd4734f82456ea55b7aa /.gitattributes
parent377f3685fc0f3af67829c808b791d0db72f377a6 (diff)
downloadcmake-b85c2589a1a22fb46620d7b0fd8aa6ec28ac5670.tar.gz
gitattributes: prefer `-text` for binary files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index e43ccbba52..14aa49e907 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