From 85739e131f9ce6cd379b35b12646bd908f261c11 Mon Sep 17 00:00:00 2001 From: Brandon Savage Date: Thu, 4 Dec 2014 20:19:50 -0500 Subject: [PATCH] Adding a .gitattributes file. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..236571e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/README export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore