From 8c54750d23e14af0d549345649eeb98475581c97 Mon Sep 17 00:00:00 2001 From: Jamie Phillips Date: Fri, 24 Apr 2015 19:47:16 -0400 Subject: [PATCH] Adding .gitattributes Hopefully this prevents non-unix line endings being added to repo. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..50ca329 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh eol=lf