From 94eadb1c9934c6b84f7f4b36305e1152257afd8b Mon Sep 17 00:00:00 2001 From: Dale Schultz Date: Sat, 5 Jan 2013 15:10:43 -0500 Subject: [PATCH] Add gitattribute file --- .gitattributes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..69d129a1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,21 @@ +# Global RomRaider repository settings +# git config core.eol lf +# git config core.autocrlf input + +# Autodetect text files +* text=auto + +# Force working directory files to have specific attr for +# cross platform development +./*.txt eol=crlf +./*.bat eol=crlf +./*.sh eol=lf +./*.dtd eol=lf +./*.xml eol=lf +./*.html eol=lf +./*.properties eol=lf +lib/* binary +plugins/* eol=lf +src/main/resources/graphics/* binary +src/main/java/* eol=lf +templates/* eol=lf