chiark / gitweb /
test suite: gitattributes: Remove .git from orig
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 15 Jan 2017 22:50:12 +0000 (22:50 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 16 Jan 2017 01:25:19 +0000 (01:25 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/tests/gitattributes

index 74dbddef4579be432e623aaa123f82cc4252e923..7b0818a0cf9177d5cc6f9fbe063b2372d272d102 100755 (executable)
@@ -135,7 +135,7 @@ sfmt_import () {
 
 : ----- generate the orig -----
 
 
 : ----- 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 -----
 
 
 : ----- test 1.0 native -----