From 163d49861ad5ed7d4d6eaa295b1e8d2f5429e47a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 24 Apr 2014 23:54:10 +0200 Subject: Don't delete the dotfiles directory I use it to show my dotfiles, but they are not part of _this_ project. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8525321..6d7fdcc 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,5 @@ export: clean $(MAKE) -C articles export publish: export - rsync -avuz --exclude=*~ --delete _publish/ ryuslash.org:public_html/orgweb + rsync -avuz --exclude=*~ --exclude=dotfiles/ --delete _publish/ \ + ryuslash.org:public_html/orgweb -- cgit v1.2.3-54-g00ecf