1
0
mirror of https://github.com/github/gitignore synced 2024-06-18 10:29:39 +02:00

Merge pull request #1425 from targodan/patch-1

Add "*.out" to Go.gitignore
This commit is contained in:
Brendan Forster 2016-07-18 11:45:13 -07:00 committed by GitHub
commit ead0f8e25c

View File

@ -22,3 +22,6 @@ _testmain.go
*.exe
*.test
*.prof
# Output of the go coverage tool, specifically when used with LiteIDE
*.out