Add test binaries to .gitignore - 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 ee34a840bc286d6668f3404ded3809e5e31569ad
DIR parent f77f2a9b402a1d4650d6afada3fdbb7ac619d42a
HTML Author: bep <bjorn.erik.pedersen@gmail.com>
Date: Tue, 20 Jan 2015 16:47:15 +0100
Add test binaries to .gitignore
Diffstat:
M .gitignore | 1 +
D tpl/tpl.test | 0
2 files changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/.gitignore b/.gitignore
@@ -1,6 +1,7 @@
hugo
docs/public*
hugo.exe
+*.test
cover.out
*.swp
*.swo
DIR diff --git a/tpl/tpl.test b/tpl/tpl.test
Binary files differ.