Merge pull request #940 from vgturtle127/Add-gitattributes

Add .gitattributes
This commit is contained in:
zilmar 2016-01-27 19:05:33 +11:00
commit fb0d13706c
1 changed files with 44 additions and 0 deletions

44
.gitattributes vendored Normal file
View File

@ -0,0 +1,44 @@
# Automatically detect text files and perform LF line ending normalization
* text=auto
# Files you want to always be normalized and converted
# to native line endings on checkout
*.c text
*.cpp text
*.h text
*.in text
*.dsp text
*.iss text
*.rc text
*.cpf text
*.sc text
*.cmd text
*.sh text
*.txt text
# Files that will always have CRLF line endings on checkout
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.filters text eol=crlf
*.props text eol=crlf
*.vsprops text eol=crlf
*.vbs text eol=crlf
# All files that are binary and should not be normalized
# Images
*.png binary
*.jpg binary
*.psd binary
*.gif binary
*.bmp binary
*.ico binary
*.xpm binary
*.cur binary
# Binary data
*.exe binary
*.dll binary
*.e32 binary
*.lib binary