URI: 
       hugolib: Remove superflous debug file - 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 e427ba4268603de7b096f48e7dbda40e03750911
   DIR parent 79dd7cb31a941d7545df33b938ca3ed46593ddfd
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Mon, 12 Mar 2018 23:35:38 +0100
       
       hugolib: Remove superflous debug file
       
       Diffstat:
         M .gitignore                          |       1 +
         D hugolib/hugolib.debug               |       0 
       
       2 files changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/.gitignore b/.gitignore
       @@ -12,6 +12,7 @@ cover.out
        *~
        vendor/*/
        *.bench
       +*.debug
        coverage*.out
        
        GoBuilds
   DIR diff --git a/hugolib/hugolib.debug b/hugolib/hugolib.debug
       Binary files differ.