# Force LF for every text file in the repo. Keeps Windows clones from
# committing CRLF and prevents the "mixed line ending" pre-commit hook
# from failing on edits that go through a Windows editor.
* text=auto eol=lf

# Binary types.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.pdf binary
*.zip binary
*.gz  binary
*.ico binary
