This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch releases/9.1 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/releases/9.1 by this push: new e4e4cce tools/zipme.sh: Remove the option to exclude patterns based on the VCS' "ignore" file. e4e4cce is described below commit e4e4cce6962430e2b07336d2c564b14298995661 Author: Ouss4 <abdelatif.guettou...@gmail.com> AuthorDate: Tue Jul 7 01:08:35 2020 +0100 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 f7863c1..433eb38 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"