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

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.cfg text
*.coffee text
*.conf text
*.htm text
*.html text
*.in text
*.js text
*.json text
*.md text
*.po text
*.pot text
*.py text
*.rst text
*.sh text
*.thrift text
*.txt text
*.yaml text
*.xml text

# Denote all files that are truly binary and should not be modified.
*.ico binary
*.gif binary
*.jpg binary
*.mo binary
*.pyc binary
*.png binary
*.svg binary
*.rar binary
*.zip binary