mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 19:43:23 +08:00
gitattributes: prefer -text
for binary files
This commit is contained in:
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -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
|
||||||
|
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
|
|
Reference in New Issue
Block a user