Skip to content

Commit f4e4348

Browse files
committed
Add "*.out" to Go.gitignore
The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests.
1 parent 4a9d41f commit f4e4348

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Go.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
26+
*.out

0 commit comments

Comments
 (0)