X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=e8b83bc70a93d31c184f85b02d6b20821eece149;hb=6631b100a93178c6269e731c6d53f34c6a153550;hp=40a86572526ccd28a8d564901c881ef87eddfe47;hpb=a4819a3dc6dd9458c3cfa6d4e1142dd85a347b44;p=unfold.git diff --git a/Makefile b/Makefile index 40a86572..e8b83bc7 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ SSHCOMMAND:=ssh root@$(MYSLICEBOX) ### rsync options # the config file should probably not be overridden ?? # --exclude settings.py -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude devel --exclude DataTables-1.9.4 --exclude '*.sqlite3' +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude devel --exclude DataTables-1.9.4 --exclude all-static --exclude '*.sqlite3' # usual excludes RSYNC_EXCLUDES := --exclude .git --exclude '*~' --exclude TAGS --exclude .DS_Store $(LOCAL_RSYNC_EXCLUDES) # make -n will propagate as rsync -n