From 5118b4c4a3e73d4d4ea62cafe4eb609d5ecd34b0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 9 Jul 2010 17:17:44 +0200 Subject: [PATCH] exclude git repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2