diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-31 13:38:20 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-31 13:38:20 -0200 |
commit | d42e7908528c1e649603a5747fa093b7e7d2c7de (patch) | |
tree | 8041a6245ce64dba8cd7e060c19d784476cacc4e /inception | |
parent | 8eb2f00f5766f579372ce0c6351d290d659a35c0 (diff) | |
download | apps-d42e7908528c1e649603a5747fa093b7e7d2c7de.tar.gz apps-d42e7908528c1e649603a5747fa093b7e7d2c7de.tar.bz2 |
Inception: exclude local folder
Diffstat (limited to 'inception')
-rwxr-xr-x | inception | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ # Parameters BASENAME="`basename $0`" DIRNAME="$(cd `dirname $0` &> /dev/null && pwd)" -EXCLUDES="--exclude=stowpkg/tree" +EXCLUDES="--exclude=local --exclude=stowpkg/tree" # Make sure we're running git directly and not any existing wrapper GIT="/usr/bin/git" |