blob: 9e63565af8cf4bd0812af3ad93c0b37fc1435654 [file] [log] [blame]
# Set default behaviour, in case users don't have core.autocrlf set.
#
# Since we started with a clean base of all files with LF, we can
# enforce this setting by default. We then don't need to rely on a
# lengthy and complete list of text file types. Instead we maintain
# a list of binary types below.
#
* text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
*.cmd text eol=crlf
*.sln text eol=crlf
*.vcproj text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.bmp binary
*.BMP binary
*.class binary
*.gif binary
*.GIF binary
*.icns binary
*.ico binary
*.jpg binary
*.JPG binary
*.gz binary
*.msg binary
*.pack binary
*.pdf binary
*.png binary
*.PNG binary
*.sdf binary
*.tar binary
*.zip binary