From: Thierry Parmentelat Date: Tue, 31 Aug 2010 07:18:18 +0000 (+0200) Subject: review sync target for git X-Git-Tag: plewww-4.3-48~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=99a53ceea81d8bfd3999800b823a1626d8dcb662;p=plewww.git review sync target for git --- diff --git a/Makefile b/Makefile index af50fcb..8bf58a7 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SSHCOMMAND:=ssh root@$(PLC) endif LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' -RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) +RSYNC_EXCLUDES := --exclude .svn --exclude .git --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)