promenade/.gitignore
Mark Burnett 4d7df8610a Fix: revert to openstack-helm/helm-toolkit
openstack-helm-infra/helm-toolkit is not yet ready.  This:

* Removes references to openstack-helm-infra in examples and tests.
* Eliminates unneeded project tmp directory.

Change-Id: If2dfca60bea13f30124ddb82838ff0f4097c21be
2017-11-02 10:16:28 -05:00

25 lines
308 B
Plaintext

# Pyenv version file
/.python-version
# Chart artifacts
/charts/*.tgz
/charts/*/charts
/charts/*/requirements.lock
# Build & test artifacts
/.eggs
/.helm-pid
/.tox
/build
/conformance
/promenade.egg-info
# Python artifacts
__pycache__
# Sphinx artifacts
/docs/build/
/docs/*/_static/
/AUTHORS
/ChangeLog