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