Skip to content

Commit ead0f8e

Browse files
authored
Merge pull request #1425 from targodan/patch-1
Add "*.out" to Go.gitignore
2 parents c751b70 + 3e8be29 commit ead0f8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Go.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
26+
# Output of the go coverage tool, specifically when used with LiteIDE
27+
*.out

0 commit comments

Comments
 (0)