Ignore coverage result file

This commit is contained in:
Mickael Remond 2016-01-06 18:21:47 +01:00
parent 05297ce475
commit 30312aa82a

1
.gitignore vendored
View file

@ -22,6 +22,7 @@ _testmain.go
*.exe *.exe
*.test *.test
*.prof *.prof
coverage.out
.idea/ .idea/
*.iml *.iml