Open
Description
Some editor use a working file having a certain prefix or suffix. Watch command should ignore it.
It might be better to be able to specify as command line arguments, e.g:
$ gaiden watch --exclude ".#*" --exclude "*~"
I think the pattern should be an Ant glob syntax or regular expression.