diff options
author | 2017-09-01 18:08:57 +0000 | |
---|---|---|
committer | 2017-09-01 18:08:57 +0000 | |
commit | 602f2b970301da07b90a1f091d5e90e89ca7cf31 (patch) | |
tree | 7c23c3ba6a4afcc9c5e257a9bf0c77692234bd4c /dmaap/.gitignore | |
parent | d9c3e3f3bcaf15bb4a0735b390661745063599f9 (diff) | |
parent | 0619cb3772a12e0a5a3aecc09b96eeb7df20a000 (diff) |
Merge "Add seed code for DMaaP plugin"
Diffstat (limited to 'dmaap/.gitignore')
-rw-r--r-- | dmaap/.gitignore | 69 |
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/ |