update .gitattributes with *.c and *.h rules

This commit is contained in:
YamaArashi 2016-01-06 18:55:37 -08:00
parent bc8a55565b
commit 9da6dee38e
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -4,6 +4,8 @@
*.txt text eol=lf
Makefile text eol=lf
*.mk text eol=lf
*.c text eol=lf
*.h text eol=lf
*.png binary
*.bin binary