update .gitattributes
This commit is contained in:
parent
c546606652
commit
6d08223660
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user