don't sync remote site local accessors
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 24 Nov 2010 19:45:13 +0000 (20:45 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 24 Nov 2010 19:45:13 +0000 (20:45 +0100)
Makefile

index c459e85..4a634f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ SSHURL:=root@$(PLC):/
 SSHCOMMAND:=ssh root@$(PLC)
 endif
 
-LOCAL_RSYNC_EXCLUDES   := --exclude '*.pyc' 
+LOCAL_RSYNC_EXCLUDES   := --exclude '*.pyc' --exclude Accessors_site.py
 RSYNC_EXCLUDES         := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES)
 RSYNC_COND_DRY_RUN     := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,)
 RSYNC                  := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES)