From dd757a738eed3e4a1e13d6bffbfd783c5737b9e5 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Mon, 9 Jul 2018 05:02:45 +0200 Subject: [PATCH] Added golang gitignore lines to prevent committing build outputs (#146) --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index e57ecdda..ae9883c7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,16 @@ testdata/writefiletest .idea *.iml vendor/ + +# 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