From 1a523e5519be3d2185b809a6b1a5d84b9e01f882 Mon Sep 17 00:00:00 2001 From: Ouss4 Date: Tue, 7 Jul 2020 01:08:35 +0100 Subject: [PATCH] tools/zipme.sh: Remove the option to exclude patterns based on the VCS' "ignore" file. --- tools/zipme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/zipme.sh b/tools/zipme.sh index f7863c1612..433eb38ebf 100755 --- a/tools/zipme.sh +++ b/tools/zipme.sh @@ -129,7 +129,7 @@ for pat in ${EXCLPAT} ; do TAR+=" --exclude=${pat}" done -TAR+=" --exclude-vcs-ignores --exclude-vcs" +TAR+=" --exclude-vcs" if [ $verbose != 0 ] ; then TAR+=" -czvf"