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: