openstack-helm/.gitignore
Vladimir Kozhukalov 766b3642f4 Align .gitignore with the openstack-helm-infra repo
This is to prepare for the upcoming merger with
openstack-helm-infra repo and reduce the number
of merge conflicts.

Change-Id: I26f73fb5116b45f0382a36605bd573355aa4fd03
2025-03-14 16:05:05 -05:00

88 lines
924 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
doc/source/chart/*
!doc/source/chart/index.rst
# installed tools
tools/helm-docs
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# Files created by releasenotes build
releasenotes/build
# Dev tools
.idea/
.vscode/
.devcontainer/
**/.vagrant
**/*.log
# Helm internals
*.lock
*/*.lock
*.tgz
**/*.tgz
**/_partials.tpl
**/_globals.tpl
# Gate and Check Logs
logs/
tools/gate/local-overrides/
playbooks/*.retry
tmp/
# Helm-toolkit dev
helm-toolkit/templates/test.yaml
helm-toolkit/values.yaml