watchexec/doc
Bruce Guenter c98bea3118 Fix default ignore for vim temporary files
.swp files are created by vim to store editing state while a file is
open. However, it may also create .swo, .swn, etc files if .swp already
exists. Also, the temporary files are always hidden (start with ".").
Finally, vim temporarily creates .swpx files as well which are caught by
inotify.

This change fixes the *.swp pattern to only match hidden files and to
match the other vim temporary files.
2018-02-08 14:53:08 -06:00
..
watchexec.1 Fix default ignore for vim temporary files 2018-02-08 14:53:08 -06:00
watchexec.1.html add docs for no-default-ignore 2017-04-25 21:17:46 -04:00
watchexec.1.ronn add docs for no-default-ignore 2017-04-25 21:17:46 -04:00