gitattributes: add c and header files

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-06-18 19:45:27 -07:00
parent 4d40bb5f18
commit 62efe31608

6
.gitattributes vendored
View File

@ -4,3 +4,9 @@
*.jpg binary
*.bin binary
*.elf binary
*.h text eol=lf
*.c text eol=lf
README.* text eol=lf
LICENSE text eol=lf
Makefile text eol=lf
*.mk text eol=lf