Auto-Sync

This commit is contained in:
DarkGuardsman 2013-10-12 06:50:15 -04:00
parent e0f80e765d
commit faa932b735

11
.gitattributes vendored
View file

@ -20,3 +20,14 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
These files are text and should be normalized (Convert crlf => lf)
*.java text
*.xml text
*.txt text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.jar binary
*.so binary
*.dll binary