Added .gitattributes

This commit is contained in:
Derrick Wirth 2016-07-10 15:15:36 -07:00
parent 6c98f2826f
commit ee4a3b564d

21
.gitattributes vendored Normal file
View File

@ -0,0 +1,21 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have LF line endings on checkout.
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.sh text eol=lf
*.md text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.vcxproj.user text eol=crlf
*.rc text eol=crlf
*.xml text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.ico binary
*.png binary