X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=40a86572526ccd28a8d564901c881ef87eddfe47;hb=e5c7d07dbd241c1bf8ffe87ae7e1ccb64f113f32;hp=4168c6b41e0f29f7789aba9181f13278392aa699;hpb=dcc3298e16b815cf7672f6e0c08dae62b73c0599;p=unfold.git diff --git a/Makefile b/Makefile index 4168c6b4..40a86572 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 +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude devel --exclude DataTables-1.9.4 --exclude '*.sqlite3' # usual excludes RSYNC_EXCLUDES := --exclude .git --exclude '*~' --exclude TAGS --exclude .DS_Store $(LOCAL_RSYNC_EXCLUDES) # make -n will propagate as rsync -n