Gazelle/.gitattributes

38 lines
440 B
Plaintext
Raw Normal View History

2013-06-09 08:01:21 +00:00
# Try to autodetect as fallback
* text=auto
2014-01-27 08:00:35 +00:00
#
# Explicit settings in case Git does something stupid
2013-06-09 08:01:21 +00:00
#
#
# Text files
#
2014-01-27 08:00:35 +00:00
*.conf text
2013-06-09 08:01:21 +00:00
*.css text
2014-01-27 08:00:35 +00:00
*.html text diff=html
*.js text
*.md text
*.php text diff=php
2013-06-09 08:01:21 +00:00
*.phtml text
2014-01-27 08:00:35 +00:00
*.sql text
2013-06-09 08:01:21 +00:00
*.tpl text
2014-01-27 08:00:35 +00:00
*.txt text
*.TXT text
*.xml text
2013-06-09 08:01:21 +00:00
2014-01-27 08:00:35 +00:00
#
2013-06-09 08:01:21 +00:00
# Binary files
#
2014-01-27 08:00:35 +00:00
*.bz2 binary
2013-06-09 08:01:21 +00:00
*.gif binary
*.ico binary
2014-01-27 08:00:35 +00:00
*.jar binary
*.jpeg binary
*.jpg binary
*.otf binary
*.png binary
2013-06-09 08:01:21 +00:00
*.tar.* binary
2014-01-27 08:00:35 +00:00
*.ttf binary
*.TTF binary