mirror of
https://github.com/github/gitignore.git
synced 2025-01-01 12:25:09 +08:00
Merge pull request #1425 from targodan/patch-1
Add "*.out" to Go.gitignore
This commit is contained in:
commit
ead0f8e25c
@ -22,3 +22,6 @@ _testmain.go
|
|||||||
*.exe
|
*.exe
|
||||||
*.test
|
*.test
|
||||||
*.prof
|
*.prof
|
||||||
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
Loading…
Reference in New Issue
Block a user