X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=e375ae70a6d782be1c6ed8590bd75bf9fd207415;hb=cd40c6b56d5b19810a472cf4ec7ca4d6ce2933d7;hp=c5c98a37b606cc69523bd7612b195f61d2522153;hpb=0426cdd4479234df3498deb8675511cd26e866c2;p=unfold.git diff --git a/Makefile b/Makefile index c5c98a37..e375ae70 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ SSHCOMMAND:=ssh root@$(MYSLICEBOX) ### rsync options # the config file should probably not be overridden ?? # --exclude settings.py -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude config.py --exclude all-static --exclude all-templates --exclude '*.sqlite3' +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude config.py --exclude all-static --exclude all-templates --exclude '*.sqlite3' --exclude play/ # usual excludes RSYNC_EXCLUDES := --exclude .git --exclude '*~' --exclude TAGS --exclude .DS_Store $(LOCAL_RSYNC_EXCLUDES) # make -n will propagate as rsync -n