exclude git repo
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 9 Jul 2010 15:17:44 +0000 (17:17 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 9 Jul 2010 15:17:44 +0000 (17:17 +0200)
Makefile

index f5996ee..09fb9e2 100644 (file)
--- 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)