diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-08-19 15:49:10 +0200 |
---|---|---|
committer | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-08-28 09:00:24 +0200 |
commit | 92f74ae2a3506cea96635e922c0217dc1ef96bb9 (patch) | |
tree | 054b49c3216c5075d8e3ffb40b7c502157b67f64 /.gitignore | |
parent | 43f0c2c84a1d1c0e9dd49e41c748f56b5820760b (diff) |
Add init container support for truststore merger.
Issue-ID: DCAEGEN2-2253
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: I98f27834b36cad333728d41ec079b86a090e77f3
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -79,3 +79,26 @@ target/ # tox output xunit-results* htmlcov + +# Idea IntelliJ project files +/.idea/* +*.iml + +# Output files +/k8splugin-*.tgz +/k8splugin-*.zip +/pgaas-*.tgz +/pgaas-*.zip +/clamppolicyplugin-*.tgz +/clamppolicyplugin-*.zip +/dcaepolicyplugin-*.tgz +/dcaepolicyplugin-*.zip +/dmaap-*.tgz +/dmaap-*.zip +/helm-*.tgz +/helm-*.zip +/relationshipplugin-*.tgz +/relationshipplugin-*.zip +/sshkeyshare-*.tgz +/sshkeyshare-*.zip +/k8s/k8splugin-*.zip |