mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02: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
1 changed files with 2 additions and 0 deletions
|
@ -22,3 +22,5 @@ _testmain.go
|
|||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
*.out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue