summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 7a7c416356028cbe6ba2bd30f128082a6867386d (plain)
1
2
3
4
5
6
7
8
# Declare files that always have LF line endings on checkout
* text eol=lf
# Denote all files that are truly binary and should not be modified
*.bin binary
*.bmp binary
*.ttf binary
*.gz binary
*.png binary