From: Cédric Ollivier Date: Fri, 21 Oct 2016 09:51:24 +0000 (+0200) Subject: Ignore files created by run_unit_tests.sh X-Git-Tag: 0.2~1110^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=814ccf85222eaf2dc065555f056ae3ca3e0be677;hp=cc1fb066aeae936a97bcace5cb853d2e5470bb87;p=functest-xtesting.git Ignore files created by run_unit_tests.sh It mainly ignores functest_venv and files created by nose and coverage. Change-Id: If2695716c35b25b84774cf00c298229d803c9c21 Signed-off-by: Cédric Ollivier --- diff --git a/.gitignore b/.gitignore index 80f56761..0bb8500a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,9 @@ rally_conf.json /docs_output/ /releng/ .idea +.coverage +cover +coverage.xml +nosetests.xml +functest.egg-info +*venv