Browse Source

Add "*.out" to Go.gitignore

The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests.
pull/1425/head
Luca Corbatto 9 years ago
parent
commit
f4e43487f4
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Go.gitignore

+ 2
- 0
Go.gitignore View File

@@ -22,3 +22,5 @@ _testmain.go
*.exe
*.test
*.prof

*.out

Loading…
Cancel
Save