summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-11 19:47:39 +0200
committertv <tv@shackspace.de>2015-07-11 19:47:39 +0200
commit315d11303c4f31a3e64a30251d95fac0f5781746 (patch)
tree3a4045b54712bb1d57be4ea1425a72aace42bb45 /Makefile
parentbd65d2be622369d4f4b55a1d5e64aedf58506189 (diff)
make deploy: rsync exclude .graveyard and old
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 67364305..f984e1c7 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,8 @@ deploy:;@
src=$$2
rsync \
--exclude .git \
+ --exclude .graveyard \
+ --exclude old \
--rsync-path="mkdir -p \"$$dst\" && rsync" \
--usermap=\*:0 \
--groupmap=\*:0 \