update .gitattributes

This commit is contained in:
Thomas Bernard 2018-06-21 15:11:29 +02:00
parent c546606652
commit 6d08223660

5
.gitattributes vendored
View File

@ -6,6 +6,9 @@
*.c text *.c text
*.h text *.h text
*.txt text *.txt text
*.py text
*.pl text
*.lua text
# Declare files that will always have CRLF line endings on checkout. # Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf *.sln text eol=crlf
@ -13,8 +16,10 @@
*.vbs text eol=crlf *.vbs text eol=crlf
*.vcxproj text eol=crlf *.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf *.vcxproj.filters text eol=crlf
*.rtf text eol=crlf
# Denote all files that are truly binary and should not be modified. # Denote all files that are truly binary and should not be modified.
*.png binary *.png binary
*.gif binary *.gif binary
*.dll binary *.dll binary
*.xls binary