From: Mandeep Khinda Date: Tue, 6 Mar 2018 15:34:32 +0000 (+0000) Subject: Ignore .tgz and .lock files from the helm build X-Git-Tag: 2.0.0-ONAP~403 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=070a7716cddc9122ca3282ebd7b079f925e03049 Ignore .tgz and .lock files from the helm build Issue-ID: OOM-785 Change-Id: I248f3c9c83dbb701177754dfe7f275d1c6655a71 Signed-off-by: Mandeep Khinda --- diff --git a/.gitignore b/.gitignore index 028a8ee5c5..4dcd874cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ kubernetes/config/onap-parameters.yaml .idea/* +kubernetes/dist/* +requirements.lock +**/charts/*.tgz