From f06d3ea47b2e0605678110ba815fa316191bffef Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Mar 2022 21:25:49 -0700 Subject: Exclude any backup files and the .eldev directory --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3-54-g00ecf