X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=9d9c83189edcec47dbefb5d80e2d93e47d1036c0;hb=364be2820af7d3c17da96edea8e6f398ff7070a3;hp=502c415719bd1147083825a7d00b340d5f710a5c;hpb=cfeb502877d73623a039217f77627f3eb91f273c;p=sfa.git 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)