Add .gitignore 53/49453/7
authorJose Lausuch <jalausuch@suse.com>
Thu, 21 Dec 2017 09:28:36 +0000 (10:28 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 12 Jan 2018 06:17:30 +0000 (07:17 +0100)
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 <jalausuch@suse.com>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..8c7c1d0
--- /dev/null
@@ -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