aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: ce126f3d444238be7c137975314d583192c83949 (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
*.elf binary
*.ttf binary
*.gz binary
*.png binary