1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +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:
Luca Corbatto 2015-03-01 10:13:43 +01:00
parent 4a9d41f894
commit f4e43487f4

View File

@ -22,3 +22,5 @@ _testmain.go
*.exe
*.test
*.prof
*.out