Преглед изворни кода

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