From 30312aa82a3b2cdbc6a9da25fff7ba24e3da3c29 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 6 Jan 2016 18:21:47 +0100 Subject: [PATCH] Ignore coverage result file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b00e55b..5e352e7 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ _testmain.go *.exe *.test *.prof +coverage.out .idea/ *.iml