From 3e8be298da1e4bc377c0a54f527437376820a232 Mon Sep 17 00:00:00 2001 From: Luca Corbatto Date: Wed, 11 May 2016 16:05:23 +0200 Subject: [PATCH] Added comment to *.out entry --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index c2184b00..cd0d5d1e 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -23,4 +23,5 @@ _testmain.go *.test *.prof +# Output of the go coverage tool, specifically when used with LiteIDE *.out