aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/ovn4nfv-network/.helmignore
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2021-06-30 18:57:08 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-30 18:57:08 +0000
commit156dd3c90405fc099ffe82457475f96dc5938217 (patch)
treeb330ee739096023ccbfc02c8a53def469b0e2135 /kud/deployment_infra/helm/ovn4nfv-network/.helmignore
parent8a1044af95fe1670a2d0b3d3165f54122bc19d03 (diff)
parent709e0de616a7d23510f523680695b7046e1b8b09 (diff)
Merge "Add ovn4nfv-network addon"
Diffstat (limited to 'kud/deployment_infra/helm/ovn4nfv-network/.helmignore')
-rw-r--r--kud/deployment_infra/helm/ovn4nfv-network/.helmignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/ovn4nfv-network/.helmignore b/kud/deployment_infra/helm/ovn4nfv-network/.helmignore
new file mode 100644
index 00000000..0e8a0eb3
--- /dev/null
+++ b/kud/deployment_infra/helm/ovn4nfv-network/.helmignore
@@ -0,0 +1,23 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*.orig
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/