# Set default behaviour, in case users don't have core.autocrlf set.

* text=auto
* text eol=lf

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.

*.conf     text
*.css      text
*.dat      text
*.htaccess text
*.html     text diff=html
*.inc      text diff=php
*.ini      text
*.js       text
*.md       text
*.php      text diff=php
*.sql      text
*.tpl      text diff=html
*.txt      text

# Denote all files that are truly binary and should not be modified.

*.gif      binary
*.ico      binary
*.jpeg     binary
*.jpg      binary
*.png      binary
*.psd      binary
*.doc      binary
*.docx     binary
*.xls      binary
*.xlsx     binary
*.rtf      binary
*.pdf      binary
*.rar      binary
*.zip      binary
*.mp4      binary
*.mpeg     binary
*.mov      binary
*.avi      binary
*.f4v      binary
*.flv      binary
*.wmv      binary
*.ogv      binary
*.webm     binary
*.mp3      binary
*.wav      binary
