Skip to content

Commit e4e4cce

Browse files
Ouss4btashton
authored andcommitted
tools/zipme.sh: Remove the option to exclude patterns based on the VCS'
"ignore" file.
1 parent 569477d commit e4e4cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/zipme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ for pat in ${EXCLPAT} ; do
129129
TAR+=" --exclude=${pat}"
130130
done
131131

132-
TAR+=" --exclude-vcs-ignores --exclude-vcs"
132+
TAR+=" --exclude-vcs"
133133

134134
if [ $verbose != 0 ] ; then
135135
TAR+=" -czvf"

0 commit comments

Comments
 (0)