From: Thierry Parmentelat Date: Mon, 28 Mar 2011 10:02:22 +0000 (+0200) Subject: don't sync sfascan outputs X-Git-Tag: sfa-1.0-21-ckp1~74^2~42 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=80b0c44a89c5114eba0c6cba2fde4fa480530d90;p=sfa.git don't sync sfascan outputs --- diff --git a/Makefile b/Makefile index 502c4157..9d9c8318 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,8 @@ SSHURL:=root@$(PLC):/ SSHCOMMAND:=ssh root@$(PLC) endif -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' +LOCAL_RSYNC_EXCLUDES += --exclude '*.pyc' +LOCAL_RSYNC_EXCLUDES += --exclude '*.png' --exclude '*.svg' --exclude '*.out' 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) --no-owner $(RSYNC_EXCLUDES)