From a4623a7756d3e958fda719802c682b33206ff270 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Wed, 19 Jan 2022 12:44:19 +0100 Subject: [PATCH] Ignore HTML report files These files are wrongly generated by pytest plugin when running test cases with pytest without setting environment variables Change-Id: Ib16b68aa530febf54596bdc42cd2f06214cf1a2a --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index db57c95f3..abf7337b0 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,7 @@ workspace.tgz # Tripleo files tripleo-hosts.yaml + +# Report files +tobiko_results.html +style.css