From 814ccf85222eaf2dc065555f056ae3ca3e0be677 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 21 Oct 2016 11:51:24 +0200 Subject: Ignore files created by run_unit_tests.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It mainly ignores functest_venv and files created by nose and coverage. Change-Id: If2695716c35b25b84774cf00c298229d803c9c21 Signed-off-by: Cédric Ollivier --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 80f567613..0bb8500aa 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 -- cgit 1.2.3-korg