promenade/.gitignore
Felipe Monteiro 13bc298f60 Rename docs to doc to align with OpenStack standard
This patchset updates docs to doc to align with OpenStack
standard. Follow-up patchset will be needed to publish
documentation to OpenStack [0].

[0] https://docs.openstack.org/doc-contrib-guide/project-guides.html

Change-Id: I0f2346801bc3749e74fcc3104cc2258626747185
2018-06-04 15:10:35 -04:00

29 lines
353 B
Plaintext

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