URI: 
       Ignore __jb_tmp___ files created by IntelliJ - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit d1cf262b74e38feb95466a906a5775340024ad95
   DIR parent f8e4a0608c177988e796e598e96e6f836d247c7c
  HTML Author: Steve Francia <steve.francia@gmail.com>
       Date:   Thu,  2 Jun 2016 15:29:52 -0400
       
       Ignore __jb_tmp___ files created by IntelliJ
       
       Diffstat:
         M commands/hugo.go                    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git 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 {