diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d12f3a703 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +* text=auto + +*.h text +*.c text +*.cc text +*.cpp text +*.mm text +*.lemon text +*.y text +*.re text +*.i text +*.asm text +*.S text + +*.vcproj text eol=crlf +*.sln text eol=crlf +*.bat text eol=crlf + +*.txt text +language.* text + +*.png binary +*.imgz binary +*.lmp binary +*.flac binary +*.dat binary