diff --git a/Go.gitignore b/Go.gitignore index daf913b1..cd0d5d1e 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -22,3 +22,6 @@ _testmain.go *.exe *.test *.prof + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out