summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 \