Add gitattribute file

This commit is contained in:
Dale Schultz 2013-01-05 15:10:43 -05:00
parent 52149594a0
commit 94eadb1c99
1 changed files with 21 additions and 0 deletions

21
.gitattributes vendored Normal file
View File

@ -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