mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
gitattributes: prefer -text for binary files
This commit is contained in:
+3
-2
@@ -16,11 +16,12 @@ configure crlf=input
|
|||||||
|
|
||||||
*.bat -crlf
|
*.bat -crlf
|
||||||
*.bat.in -crlf
|
*.bat.in -crlf
|
||||||
*.pfx -crlf
|
|
||||||
*.png -crlf
|
|
||||||
*.sln -crlf
|
*.sln -crlf
|
||||||
*.vcproj -crlf
|
*.vcproj -crlf
|
||||||
|
|
||||||
|
*.pfx -text
|
||||||
|
*.png -text
|
||||||
|
|
||||||
*.c our-c-style
|
*.c our-c-style
|
||||||
*.cc our-c-style
|
*.cc our-c-style
|
||||||
*.cpp our-c-style
|
*.cpp our-c-style
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
MD5/* -text
|
||||||
|
SHA1/* -text
|
||||||
|
SHA224/* -text
|
||||||
|
SHA256/* -text
|
||||||
|
SHA3_256/* -text
|
||||||
@@ -1 +0,0 @@
|
|||||||
* -crlf
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
* -crlf
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
* -crlf
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
* -crlf
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
* -crlf
|
|
||||||
Reference in New Issue
Block a user