diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-19 23:16:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-20 00:29:05 +0300 |
commit | 0eba0cae49ae591ba52ccbbfe95e75c922673ee1 (patch) | |
tree | 6cac3f8e754deed3acfafefd725790d91e9795f3 | |
parent | 12f8e2e0f425169b400bd6e31f365b472a0f5754 (diff) | |
download | mv-0eba0cae49ae591ba52ccbbfe95e75c922673ee1.tar.gz mv-0eba0cae49ae591ba52ccbbfe95e75c922673ee1.tar.bz2 mv-0eba0cae49ae591ba52ccbbfe95e75c922673ee1.tar.xz mv-0eba0cae49ae591ba52ccbbfe95e75c922673ee1.zip |
Add .gitattributes with lf formats.
-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 |