Emacs will generate some temp files before save, e.g. `.#app.rb`, `#app.rb#`. So, i thought we should add those rarely used filename to ignore list. like this: ```rb listener.ignore /\A\.?#/ ```