diff options
author | YamaArashi <shadow962@live.com> | 2016-01-06 18:55:37 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-06 18:55:37 -0800 |
commit | 9da6dee38eed0d9b8470b36653f42b896c2a3ea2 (patch) | |
tree | df0ed47c5362e5a96015babe410256ab576fe7cf | |
parent | bc8a55565b563d12329f76374304e4d2f612ebfc (diff) |
update .gitattributes with *.c and *.h rules
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7e8ef70bf..08462ff97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |