# Define the line ending behavior of the different file extensions
# Set default behaviour, in case users don't have core.autocrlf set.
* text text=auto eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.mo binary
*.pdf binary
*.jar binary
*.exe binary
*.eot binary
*.ttf binary
*.otf binary
*.pdf binary
*.woff binary
*.bz2 binary
*.gz binary

# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf
