gitattributes: prefer -text for binary files

This commit is contained in:
Ben Boeckel 2017-08-23 13:21:36 -04:00
parent 377f3685fc
commit b85c2589a1
7 changed files with 8 additions and 7 deletions

5
.gitattributes vendored
View File

@ -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

View File

@ -0,0 +1,5 @@
MD5/* -text
SHA1/* -text
SHA224/* -text
SHA256/* -text
SHA3_256/* -text

View File

@ -1 +0,0 @@
* -crlf

View File

@ -1 +0,0 @@
* -crlf

View File

@ -1 +0,0 @@
* -crlf

View File

@ -1 +0,0 @@
* -crlf

View File

@ -1 +0,0 @@
* -crlf