X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=19418dbd5ad1137b0bb6566653aacdc42db8ecc7;hb=80bed4d9f0a68e0944d291c65f749ce3f8f9cd2d;hp=dde9fac305543daeea208b7f661c1aaaeb74f791;hpb=620d87604e975f2b5f0451a6ece40bcd93e421a2;p=unfold.git diff --git a/Makefile b/Makefile index dde9fac3..19418dbd 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,9 @@ SSHURL:=root@$(MYSLICEBOX):/ SSHCOMMAND:=ssh root@$(MYSLICEBOX) ### rsync options -# the config file should probably not be overridden -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude settings.py --exclude devel --exclude DataTables-1.9.4 +# the config file should probably not be overridden ?? +# --exclude settings.py +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --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