Skip to content

Commit

Permalink
Add "*.out" to Go.gitignore
Browse files Browse the repository at this point in the history
The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests.
  • Loading branch information
ch33f committed Mar 1, 2015
1 parent 4a9d41f commit f4e4348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Go.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ _testmain.go
*.exe
*.test
*.prof

*.out

0 comments on commit f4e4348

Please sign in to comment.