From: Luca Corbatto Date: Wed, 11 May 2016 14:05:23 +0000 (+0200) Subject: Added comment to *.out entry X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3e8be298da1e4bc377c0a54f527437376820a232;p=gitignore.git Added comment to *.out entry --- 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