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

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

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

# Denote all files that are truly binary and should not be modified.
# Add to this list as necessary.

# Images
*.png binary
*.jpg binary
*.gif binary
*.ico binary

# Fonts
*.ttf binary
*.eot binary
*.woff binary
*.svg binary

# Audio / Video
*.mp3 binary
*.ogv binary
*.oga binary
*.ogx binary
*.ogg binary
*.wav binary
*.webm binary
*.mp4 binary
*.avi binary
*.m4v binary
*.h264 binary
*.mkv binary
