From: Silvio Rhatto Date: Tue, 31 Oct 2017 15:38:20 +0000 (-0200) Subject: Inception: exclude local folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d42e7908528c1e649603a5747fa093b7e7d2c7de;p=rhatto%2Fapps.git Inception: exclude local folder --- 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"