diff options
-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" |