Ignore __jb_tmp___ files created by IntelliJ

This commit is contained in:
Steve Francia 2016-06-02 15:29:52 -04:00 committed by Bjørn Erik Pedersen
parent f8e4a0608c
commit d1cf262b74

View file

@ -749,6 +749,7 @@ func NewWatcher(port int) error {
filepath.Base(ev.Name) == "4913" || // vim
strings.HasPrefix(ext, ".goutputstream") || // gnome
strings.HasSuffix(ext, "jb_old___") || // intelliJ
strings.HasSuffix(ext, "jb_tmp___") || // intelliJ
strings.HasSuffix(ext, "jb_bak___") || // intelliJ
strings.HasPrefix(ext, ".sb-") // byword
if istemp {