summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 735b13da2787404150af18c68c00adde1fdc6a5a (plain)
1
2
3
4
5
6
7
8
9
# 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
*.svg binary