Ignore swp files

This commit is contained in:
thespad
2025-01-07 11:37:22 +00:00
parent 949b47cd58
commit bafe846bdf
@@ -14,7 +14,7 @@ done
function wait_for_changes {
inotifywait -rq \
--event modify,move,create,delete \
--excludei '\.(sample|md)' \
--excludei '\.(sample|md|swp)' \
"${ACTIVE_WATCH[@]}"
}