From 81ce741468675f1b38a77f86137037bb2b8cd7c1 Mon Sep 17 00:00:00 2001 From: Quique Llorente Date: Thu, 10 Jan 2019 21:48:26 +0100 Subject: [PATCH] Add coverage html to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0dea4760ea01..84cb11521970 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ vendor/**/*_test.go tools/manifest-templator/manifest-templator tools/vms-generator/vms-generator .coverprofile -manifests/**/*.tmp \ No newline at end of file +coverage.html +manifests/**/*.tmp