tools/zipme.sh: Remove the option to exclude patterns based on the VCS'
"ignore" file.
This commit is contained in:
parent
0f235bc0b0
commit
1a523e5519
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user