]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Inception: exclude local folder
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 31 Oct 2017 15:38:20 +0000 (13:38 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 31 Oct 2017 15:38:20 +0000 (13:38 -0200)
inception

index 3841045496f61b7aa3cc44a7c2fbb8221f7880c7..5a1a61ebdeed595e042b76db43fdb7659326859e 100755 (executable)
--- 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"