From 25cd7ddc4928c76591dd983b05abf6a7cf929654 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 15 Oct 2014 09:53:04 +0200 Subject: [PATCH] Adding .gitattributes file --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000000..410014eb50 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +/tests export-ignore