From: Thierry Parmentelat Date: Fri, 9 Jul 2010 15:17:44 +0000 (+0200) Subject: exclude git repo X-Git-Tag: nodemanager-2.0-17~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5118b4c4a3e73d4d4ea62cafe4eb609d5ecd34b0;p=nodemanager.git exclude git repo --- diff --git a/Makefile b/Makefile index f5996ee..09fb9e2 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ tags: # specify TESTMASTER and BUILD if the key is not available yet LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' -RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) +RSYNC_EXCLUDES := --exclude .git --exclude .svn --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -e "ssh -i $(NODE).key.rsa" -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES)