tools/zipme.sh: Remove the option to exclude patterns based on the VCS'

"ignore" file.
This commit is contained in:
Ouss4 2020-07-07 01:08:35 +01:00 committed by Brennan Ashton
parent 0f235bc0b0
commit 1a523e5519

View File

@ -129,7 +129,7 @@ for pat in ${EXCLPAT} ; do
TAR+=" --exclude=${pat}" TAR+=" --exclude=${pat}"
done done
TAR+=" --exclude-vcs-ignores --exclude-vcs" TAR+=" --exclude-vcs"
if [ $verbose != 0 ] ; then if [ $verbose != 0 ] ; then
TAR+=" -czvf" TAR+=" -czvf"