# 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.
*.c text
*.cpp text
*.h text
*.sublime-project text
*.txt text
*.md text

# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
resource.h text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.exe binary
*.dll binary
*.lib binary
*.dylib binary
*.a binary
*.pdf binary
*.png binary
*.jpg binary
