summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Lausuch <jalausuch@suse.com>2017-12-21 10:28:36 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-01-12 07:17:30 +0100
commit93d35d9b5dfee6a5d9708400120a6a5ad9d83b78 (patch)
treefcbdae25bc2567bcc9d0833ae4118aadd7d9b8a8
parent73e9fafa84a8c0b8452ccfe6f00e72a24b710e4e (diff)
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 <jalausuch@suse.com>
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
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