From 9da6dee38eed0d9b8470b36653f42b896c2a3ea2 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 6 Jan 2016 18:55:37 -0800 Subject: [PATCH] update .gitattributes with *.c and *.h rules --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7e8ef70bf3..08462ff97a 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