aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-31 13:38:20 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-31 13:38:20 -0200
commitd42e7908528c1e649603a5747fa093b7e7d2c7de (patch)
tree8041a6245ce64dba8cd7e060c19d784476cacc4e /inception
parent8eb2f00f5766f579372ce0c6351d290d659a35c0 (diff)
downloadapps-d42e7908528c1e649603a5747fa093b7e7d2c7de.tar.gz
apps-d42e7908528c1e649603a5747fa093b7e7d2c7de.tar.bz2
Inception: exclude local folder
Diffstat (limited to 'inception')
-rwxr-xr-xinception2
1 files changed, 1 insertions, 1 deletions
diff --git a/inception b/inception
index 3841045..5a1a61e 100755
--- a/inception
+++ b/inception
@@ -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"