Преглед на файлове

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