mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Add "*.out" to Go.gitignore
The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests.
This commit is contained in:
parent
4a9d41f894
commit
f4e43487f4
@ -22,3 +22,5 @@ _testmain.go
|
|||||||
*.exe
|
*.exe
|
||||||
*.test
|
*.test
|
||||||
*.prof
|
*.prof
|
||||||
|
|
||||||
|
*.out
|
||||||
|
Loading…
Reference in New Issue
Block a user