From: Jose Lausuch Date: Thu, 21 Dec 2017 09:28:36 +0000 (+0100) Subject: Add .gitignore X-Git-Tag: opnfv-6.0.0~24 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F49453%2F7;p=functest-kubernetes.git Add .gitignore It's mainly based on Functest's .gitignore and it's already prepared for the next python modules and packages. Change-Id: I1f2e1d9bca31e87103463ea362943181df48c092 Signed-off-by: Jose Lausuch --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8c7c1d0a --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*~ +*.pyc +.*.sw? +.project +.pydevproject +/docs_build/ +_build +/docs_output/ +/releng/ +.idea +.coverage +cover +coverage.xml +nosetests.xml +functest-kubernetes.egg-info +*venv +.tox +*.out +*.pdf