Terasology/.gitattributes

36 lines
809 B
Plaintext
Raw Normal View History

# Force default for all text just in case - commit with LF, check out with OS-specific line endings
* text=auto
2014-11-03 07:09:57 -08:00
*.bat text eol=crlf
2013-10-15 08:32:57 -07:00
*.block text
*.command text eol=lf
*.glsl text
*.gradle text
*.groovy text
*.html text diff=html
*.java text diff=java
*.markdown text
*.py text diff=python
*.properties text
*.sh text eol=lf
*.shape text
*.texinfo text
2013-10-15 08:32:57 -07:00
*.txt text
*.xml text diff=html
*.blend binary
*.exe binary
*.jar binary
*.keystore binary
*.png binary
*.jpeg binary
*.dll binary
*.dylib binary
*.pdb binary
*.ogg binary
*.dbg binary
2013-10-15 08:32:57 -07:00
gradlew text eol=lf
LICENSE text
NOTICE text