From 0fadafba8c85c8a5affcfeeb3f4e3fa046007ff0 Mon Sep 17 00:00:00 2001 From: Artjom Nemiro Date: Thu, 15 Jun 2017 14:18:56 +0300 Subject: [PATCH] Update gitignore added JetBrains, LiteIDE and other exclude files --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index daf913b..f72f0cd 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,16 @@ _cgo_export.* _testmain.go -*.exe -*.test *.prof +# Test binary, build with `go test -c` +*.test +# Binaries for programs and plugins +*.exe +*.dll +*.dylib + +# JetBrains project files +.idea/ + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out \ No newline at end of file