浏览代码

Merge pull request #1425 from targodan/patch-1

Add "*.out" to Go.gitignore
Brendan Forster 8 年之前
父节点
当前提交
ead0f8e25c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Go.gitignore

+ 3 - 0
Go.gitignore

@@ -22,3 +22,6 @@ _testmain.go
 *.exe
 *.test
 *.prof
+
+# Output of the go coverage tool, specifically when used with LiteIDE
+*.out