1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00

Added .sh, .class and .war.

This commit is contained in:
Brett Ryan 2014-02-06 09:58:07 +11:00
parent 2470a98ade
commit 5e618bb543

View File

@ -16,6 +16,7 @@
*.jsp text
*.jspf text
*.properties text
*.sh text
*.sql text
*.svg text
*.tld text
@ -24,6 +25,7 @@
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.dll binary
*.gif binary
*.ico binary
@ -32,3 +34,5 @@
*.jpeg binary
*.png binary
*.so binary
*.war binary