Created .gitattributes

dev
Johnny Eatmon 2014-04-08 14:44:22 -04:00
parent 7d3b33d86d
commit f1e2cdbc56
1 changed files with 16 additions and 0 deletions

16
.gitattributes vendored Normal file
View File

@ -0,0 +1,16 @@
# text stuff
*.java text
*.sh text eol=lf
*.bat text eol=crlf
*.md text
#binary
*.dat binary
*.bin binary
*.png binary
*.exe binary
*.dll binary
*.zip binary
*.jar binary
*.7z binary
*.db binary