summaryrefslogtreecommitdiffstats
path: root/dmaap/.gitignore
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-01 18:08:57 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-01 18:08:57 +0000
commit602f2b970301da07b90a1f091d5e90e89ca7cf31 (patch)
tree7c23c3ba6a4afcc9c5e257a9bf0c77692234bd4c /dmaap/.gitignore
parentd9c3e3f3bcaf15bb4a0735b390661745063599f9 (diff)
parent0619cb3772a12e0a5a3aecc09b96eeb7df20a000 (diff)
Merge "Add seed code for DMaaP plugin"
Diffstat (limited to 'dmaap/.gitignore')
-rw-r--r--dmaap/.gitignore69
1 files changed, 69 insertions, 0 deletions
diff --git a/dmaap/.gitignore b/dmaap/.gitignore
new file mode 100644
index 0000000..af8e550
--- /dev/null
+++ b/dmaap/.gitignore
@@ -0,0 +1,69 @@
+.project
+.pydevproject
+wheels
+venv
+cdap.zip
+docker.zip
+*.wgn
+*.swp
+*.swn
+*.swo
+.DS_Store
+
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# PyInstaller
+# Usually these files are written by a python script from a template
+# before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.coverage.*
+.cache
+nosetests.xml
+coverage.xml
+*,cover
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/