mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 12:57:57 +08:00
tools/zipme.sh: Remove the option to exclude patterns based on the VCS'
"ignore" file.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user