From 165d26baa1569685651baf4575e12e73c8cbfd2e Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Tue, 1 Mar 2016 09:29:40 -0600 Subject: [PATCH] Add .gitattributes --- .gitattributes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitattributes 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