diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/clusterpush.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/clusterpush.sh b/tools/clusterpush.sh index 900307ac3..1c2654691 100755 --- a/tools/clusterpush.sh +++ b/tools/clusterpush.sh @@ -13,6 +13,7 @@ fi echo "Pushing to $DEST/$TARGET on the cluster..." rsync -avz \ - --exclude .svn --exclude obj --exclude bin \ + --exclude .svn \ + --exclude bin --exclude obj --exclude debugobj \ --exclude ufst --exclude ufst-obj \ ./* $HOST:$DEST/$TARGET |