From f84e0d60869977c2258ca9b733117bcd79d5c358 Mon Sep 17 00:00:00 2001 From: Braden McDaniel Date: Fri, 1 Nov 2013 16:04:44 -0400 Subject: [PATCH] Add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0bf133a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +*.c text +*.h text