From 4be83a5d4d3e81ab54e5676f8cd33bbc729dc1a3 Mon Sep 17 00:00:00 2001 From: David Diaz Date: Mon, 23 Oct 2017 10:01:20 -0600 Subject: [PATCH] Added a .gitattributes to fix issues when installing on some OSs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto