hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit e427ba4268603de7b096f48e7dbda40e03750911
parent 79dd7cb31a941d7545df33b938ca3ed46593ddfd
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+
Dhugolib/hugolib.debug | 0
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -12,6 +12,7 @@ cover.out
 *~
 vendor/*/
 *.bench
+*.debug
 coverage*.out
 
 GoBuilds
diff --git a/hugolib/hugolib.debug b/hugolib/hugolib.debug
Binary files differ.