mirror of
https://github.com/OMGeeky/gitignore.git
synced 2026-02-14 15:21:04 +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:
@@ -22,3 +22,5 @@ _testmain.go
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
*.out
|
||||
|
||||
Reference in New Issue
Block a user