From fb4594a18df6b2891795fef2d2d35cc9d95b83bb Mon Sep 17 00:00:00 2001
From: Jerome Reybert <jreybert@gmail.com>
Date: Sun, 25 Oct 2015 14:53:01 +0100
Subject: [PATCH] add .gitattributes to ignore files when archiving

---
 .gitattributes | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..3baae78
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+/test export-ignore  
+.gitattributes export-ignore  
+.gitignore export-ignore
+.travis.yml export-ignore
-- 
GitLab