From: Timo Heister <timo.heister@gmail.com>
Date: Wed, 24 Dec 2014 12:39:05 +0000 (-0500)
Subject: add .gitattributes
X-Git-Tag: v8.3.0-rc1~586^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba72396308ff3eb3565f9e963bbdf393bf5135e;p=dealii.git

add .gitattributes

we ignore the testsuite and some other files when creating a tarball
with git archive. This is also used by github for 'releases'.
---

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..cda3807ce0
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+/tests/* export-ignore
+/tests/quick_tests -export-ignore
+/tests/CMakeLists.txt -export-ignore
+/tests/run_test.cmake -export-ignore
+.gitattributes export-ignore
+.travis.yml export-ignore