aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-03-20 21:25:49 -0700
committerGravatar Tom Willemse2022-03-20 21:25:49 -0700
commitf06d3ea47b2e0605678110ba815fa316191bffef (patch)
tree2706e4de94dda69ee542391e29e1d90dcb5203c1
parentde402ded78f3139582d145128a0500a5fb6cde97 (diff)
downloadnew-ryuslash.org-f06d3ea47b2e0605678110ba815fa316191bffef.tar.gz
new-ryuslash.org-f06d3ea47b2e0605678110ba815fa316191bffef.zip
Exclude any backup files and the .eldev directory
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d3d4568..4e875f2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -5,6 +5,7 @@ publish: html css
deploy:
@[[ -e public/index.html ]] || (echo "Run make publish before deploy" && exit 1)
rsync --rsh="ssh -p 4511" --verbose --checksum --recursive --delete \
+ --exclude '*~' --exclude '.eldev' --delete-excluded \
public/ ryuslash.org:ryuslash-next/
html: