diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0220a2a5b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +*.xml text eol=lf +*.xsd text eol=lf +*.yml text eol=lf +*.gpl text eol=lf +*.mk text eol=lf +*.po text eol=lf +*.pot text eol=lf +*.desktop text eol=lf +*.manaplus text eol=lf +*.sh text eol=lf +*.in text eol=lf +*.am text eol=lf +*.sfd text eol=lf +*.glsl text eol=lf +*.idx text eol=lf +Makefile text eol=lf |