gitattributes: prefer -text
for binary files
This commit is contained in:
parent
377f3685fc
commit
b85c2589a1
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -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
|
||||
|
5
Tests/Module/ExternalData/.gitattributes
vendored
Normal file
5
Tests/Module/ExternalData/.gitattributes
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
MD5/* -text
|
||||
SHA1/* -text
|
||||
SHA224/* -text
|
||||
SHA256/* -text
|
||||
SHA3_256/* -text
|
1
Tests/Module/ExternalData/MD5/.gitattributes
vendored
1
Tests/Module/ExternalData/MD5/.gitattributes
vendored
@ -1 +0,0 @@
|
||||
* -crlf
|
@ -1 +0,0 @@
|
||||
* -crlf
|
@ -1 +0,0 @@
|
||||
* -crlf
|
@ -1 +0,0 @@
|
||||
* -crlf
|
@ -1 +0,0 @@
|
||||
* -crlf
|
Loading…
Reference in New Issue
Block a user