From: Thierry Parmentelat Date: Fri, 7 Dec 2012 15:43:22 +0000 (+0100) Subject: don't rsync DataTables-1.9.4 X-Git-Tag: myslice-django-0.1-1~170 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=aebe4680cb1bd57e604cf2f885c5eb80ee8d6a17 don't rsync DataTables-1.9.4 --- diff --git a/Makefile b/Makefile index 71f47039..9ac9b7f8 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ SSHCOMMAND:=ssh root@$(MYSLICEBOX) ### rsync options # the config file should probably not be overridden -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude settings.py --exclude devel +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude settings.py --exclude devel --exclude DataTables-1.9.4 # usual excludes RSYNC_EXCLUDES := --exclude .git --exclude '*~' --exclude TAGS --exclude .DS_Store $(LOCAL_RSYNC_EXCLUDES) # make -n will propagate as rsync -n