zendeskarchive/jessie

emacs interlock files are run

mwotton opened this issue · 1 comments

whenever you edit a file "foo_spec.js" with emacs, a floating symlink is created, from ".#foo_spec.js" to "username@host.pid". the file it points to doesn't exist - it's purely to stop multiple editors opening the same file. This unfortunately can't be turned off, and interferes with jezebel's pattern matching, as .#foo_spec.js matches the pattern jessie/jezebel expects to see.

If you could specify a regex for exceptions in the config file such that anything matching it wouldn't be run, that would be terrific.