summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-05-13 18:55:54 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-06-02 20:36:06 +0000
commit7e1efe3174336fa09a56c596af55ba93d7b14a91 (patch)
treebad0fc0c5bb0a54f69e7d046008c423c507f87d6 /.gitignore
parent05e95de3b9736160b4229232903e86706fb782e1 (diff)
move plugins from from ccsdk to dcaegen2
copy dmaap, helm, pgaas and sshkeyshare plugins from ccsdk to dcaegen2 Change-Id: Ib257495de6c275c45f0c87a4b42ac21a2fab7979 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2207 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 15 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 22ce2d9..5a7dcdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,13 +5,15 @@
.DS_Store
.project
.pydevproject
-venv
+venv/
+.venv/
+ENV/
.vscode/
-
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
+*$py.class
# C extensions
*.so
@@ -48,11 +50,14 @@ pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
+.coveragerc
.coverage.*
.cache
+.pytest_cache/
nosetests.xml
coverage.xml
*,cover
+.hypothesis/
# Translations
*.mo
@@ -64,5 +69,13 @@ coverage.xml
# Sphinx documentation
docs/_build/
+# wagon
+*.wgn
+wheels
+
# PyBuilder
target/
+
+# tox output
+xunit-results*
+htmlcov