From d42e7908528c1e649603a5747fa093b7e7d2c7de Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 31 Oct 2017 13:38:20 -0200 Subject: Inception: exclude local folder --- inception | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inception') 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" -- cgit v1.2.3