From: Timo Heister Date: Wed, 24 Dec 2014 12:39:05 +0000 (-0500) Subject: add .gitattributes X-Git-Tag: v8.2.0~3^2~13 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f441f7b3eed712803be9826451031d92ef30210a;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