8c546dbdd5
This file is placed in the directory from which the gate was run so if the gate is not run from the root e.g. from `tools`, then the existing ignore rule was not sufficient. Change-Id: I01d495b36c12b4b99b7caf03fc6ab79158061992
31 lines
390 B
Plaintext
31 lines
390 B
Plaintext
# Pyenv version file
|
|
/.python-version
|
|
|
|
# Chart artifacts
|
|
/charts/*.tgz
|
|
/charts/*/charts
|
|
/charts/*/requirements.lock
|
|
|
|
# Build & test artifacts
|
|
/.cache
|
|
/.eggs
|
|
/.helm-pid
|
|
/.pytest_cache
|
|
/.tox
|
|
/build
|
|
/conformance
|
|
/promenade.egg-info
|
|
|
|
# Python artifacts
|
|
__pycache__
|
|
|
|
# Sphinx artifacts
|
|
/doc/build/
|
|
/doc/source/.doctrees/
|
|
/doc/*/_static/
|
|
/AUTHORS
|
|
/ChangeLog
|
|
|
|
# Additional gate artifacts
|
|
.fiotest
|