From 5daf045d0c82ea7998917f23a7ffb068b81feb85 Mon Sep 17 00:00:00 2001 From: Lawrence Sebald Date: Fri, 29 Aug 2014 15:53:39 -0400 Subject: [PATCH] Add .gitattributes file for setting line endings... --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3c15981 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto +*.c text +*.h text +Makefile text +*.cnf text