Fix text file handling

Need VS solution/project files also with native line endings, otherwise we'll have issues with Perforce integration.
This commit is contained in:
Günter Obiltschnig 2012-11-11 09:56:06 +01:00
parent 2d71991aff
commit a0d788360a

16
.gitattributes vendored
View File

@ -6,16 +6,18 @@
*.cpp text
*.c text
*.h text
# Declare files that will always have CRLF line endings on checkout.
*.cmd text eol=crlf
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.cmd text
*.sln text
*.vcproj text
*.vcxproj text
*.vcxproj.filters text
*.page text
*.html text
*.css text
# Denote all files that are truly binary and should not be modified.
*.bin binary
*.mc binary
*.png binary
*.jpg binary
*.gif binary