summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: fec1a7358332111b7b1a4b2de8b9bb132dde51d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# These files are text and should be normalized (convert crlf => lf)
*.cpp       text
*.h         text
*.html      text
*.css       text
*.lng       text
*.hhc       text
*.hhp       text
Makefile    text

# Resources should be treated as binary
# (binary is a macro for -text -diff)
*.zip       binary
*.png       binary
*.wav       binary
bgstack15