gitattributes

This commit is contained in:
Alex 2012-10-25 21:34:46 -05:00
parent a8b0fa8675
commit 0b9aaa41cf

21
.gitattributes vendored Normal file
View File

@ -0,0 +1,21 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.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
# Denote all files that are truly binary and should not be modified.
*.bin binary
*.mc binary
*.png binary
*.jpg binary