Update gitattributes with some text files for avoid EOF problems with Git.

This commit is contained in:
LuisAntonRebollo 2014-12-06 01:18:41 +01:00
parent 3281dc1e06
commit 06b138d6d1

13
.gitattributes vendored
View file

@ -3,3 +3,16 @@
# Set to always use Windows line endings
*.cs text eol=crlf
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.cpp text
*.hpp text
*.ppm text
*.nsh text
*.nlf text
*.command
*.txt
*.ini