From 62efe316088ee841e9f975e0bb49becdab85d26f Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Tue, 18 Jun 2019 19:45:27 -0700 Subject: [PATCH] gitattributes: add c and header files Signed-off-by: Sean Cross --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4253647..cf317d0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 \ No newline at end of file