update .gitattributes
This commit is contained in:
parent
c546606652
commit
6d08223660
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -6,6 +6,9 @@
|
||||
*.c text
|
||||
*.h text
|
||||
*.txt text
|
||||
*.py text
|
||||
*.pl text
|
||||
*.lua text
|
||||
|
||||
# Declare files that will always have CRLF line endings on checkout.
|
||||
*.sln text eol=crlf
|
||||
@ -13,8 +16,10 @@
|
||||
*.vbs text eol=crlf
|
||||
*.vcxproj text eol=crlf
|
||||
*.vcxproj.filters text eol=crlf
|
||||
*.rtf text eol=crlf
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.png binary
|
||||
*.gif binary
|
||||
*.dll binary
|
||||
*.xls binary
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user