blob: 5229f0d3f74b3fa01790a68c39f979a557a8c97a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
*.pal text eol=crlf
*.s text eol=lf
*.txt text eol=lf
Makefile text eol=lf
*.mk text eol=lf
*.c text eol=lf
*.h text eol=lf
*.pl text eol=lf
*.inc text eol=lf
*.png binary
*.bin binary
|