a1388dd40e
This is to help monitor disk performance in the gate. Change-Id: I9db1c35ac6df8200deefde04d54144396e0218be
29 lines
355 B
Plaintext
29 lines
355 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
|
|
/docs/build/
|
|
/docs/*/_static/
|
|
/AUTHORS
|
|
/ChangeLog
|
|
|
|
# Additional gate artifacts
|
|
/.fiotest
|