From a2dcf75241e1c3b8e9961bd7905505e11908567d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 15 Jan 2017 22:50:12 +0000 Subject: test suite: gitattributes: Remove .git from orig Signed-off-by: Ian Jackson --- tests/tests/gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/gitattributes b/tests/tests/gitattributes index 74dbdde..7b0818a 100755 --- a/tests/tests/gitattributes +++ b/tests/tests/gitattributes @@ -135,7 +135,7 @@ sfmt_import () { : ----- generate the orig ----- -tar --exclude=debian -zcf ${p}_${bv}.orig.tar.gz $p +tar --exclude=debian --exclude=.git -zcf ${p}_${bv}.orig.tar.gz $p : ----- test 1.0 native ----- -- cgit v1.2.3