From: Steve Francia Date: Thu, 2 Jun 2016 19:29:52 +0000 (-0400) Subject: Ignore __jb_tmp___ files created by IntelliJ X-Git-Tag: v0.16~10 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d1cf262b;p=brevno-suite%2Fhugo Ignore __jb_tmp___ files created by IntelliJ --- diff --git a/commands/hugo.go b/commands/hugo.go index 7d989d2d..5ec3dc58 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -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 {