X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=9ac9b7f8d3b8f8dd062be4e3241325ed267b2f7c;hb=aebe4680cb1bd57e604cf2f885c5eb80ee8d6a17;hp=71f4703936fb64f937b87d295dfc676d5d990883;hpb=38682138ce752837456d0abbcc9b4b612448e11f;p=myslice.git 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