From eda90c17ca1e0dbdfffeea6ab6c629e41388c255 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no>
Date: Mon, 9 Jan 2017 16:03:51 +0100
Subject: [PATCH] Add a .gitattributes file to filter some files and
 directories out of the exported package.

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

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..1d18ab031
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,11 @@
+/cache/.gitkeep export-ignore
+/config/.gitkeep export-ignore
+/metadata/.gitkeep export-ignore
+/tests export-ignore
+/tools export-ignore
+.coveralls.yml export-ignore
+.editorconfig export-ignore
+.gitattributes export-ignore
+.gitignore export-ignore
+.travis.yml export-ignore
+
-- 
GitLab