From 3ba72396308ff3eb3565f9e963bbdf393bf5135e Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 24 Dec 2014 07:39:05 -0500 Subject: [PATCH] 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'. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes 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 -- 2.39.5