Skip to content

Commit bafe846

Browse files
committed
Ignore swp files
1 parent 949b47c commit bafe846

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/svc-mod-swag-auto-reload

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/svc-mod-swag-auto-reload/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ done
1414
function wait_for_changes {
1515
inotifywait -rq \
1616
--event modify,move,create,delete \
17-
--excludei '\.(sample|md)' \
17+
--excludei '\.(sample|md|swp)' \
1818
"${ACTIVE_WATCH[@]}"
1919
}
2020

0 commit comments

Comments
 (0)