helloworld-go

git clone git://archive.git.mtrnord.blog/MTRNord/helloworld-go.git
Log | Files | Refs

commit 91d710723cdf30900015e0bb2bdd9818f6962c9f
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 18 Aug 2018 09:45:06 +0200

Update .gitignore
Diffstat:
A.gitignore/.gitignore | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/.gitignore/.gitignore b/.gitignore/.gitignore @@ -0,0 +1,12 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out