
* Switch to using the OSH plugin for processing values_overrides. * Move override files into a separate directory, aligning with the structure of the openstack-helm-infra repository. * Clean up and streamline related Bash scripts. Change-Id: Ie14cb5c4885bff0572aa57eab18b690593f6c2f3
23 lines
334 B
Plaintext
23 lines
334 B
Plaintext
# 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
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
|