ref: d1cf262b74e38feb95466a906a5775340024ad95
parent: f8e4a0608c177988e796e598e96e6f836d247c7c
author: Steve Francia <[email protected]>
date: Thu Jun 2 11:29:52 EDT 2016
Ignore __jb_tmp___ files created by IntelliJ
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -749,6 +749,7 @@
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 {