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
1 changed files with 2 additions and 0 deletions

View File

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