diff --git a/Go.gitignore b/Go.gitignore index daf913b..cd0d5d1 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