You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/07/07 03:14:02 UTC

[incubator-nuttx] branch master updated: tools/zipme.sh: Remove the option to exclude patterns based on the VCS' "ignore" file.

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a523e5  tools/zipme.sh: Remove the option to exclude patterns based on the VCS' "ignore" file.
1a523e5 is described below

commit 1a523e5519be3d2185b809a6b1a5d84b9e01f882
Author: Ouss4 <ab...@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"