38ac4bff79
* Ignore FIO output file when building docker * Removes PBR and removes .git from docker context Change-Id: I58d4fa7e9d538035c52b1826d1488f72e74beea8
29 lines
311 B
Plaintext
29 lines
311 B
Plaintext
# Pyenv version file
|
|
.python-version
|
|
|
|
# Chart artifacts
|
|
charts/*.tgz
|
|
charts/*/charts
|
|
charts/*/requirements.lock
|
|
|
|
# Build & test artifacts
|
|
.eggs
|
|
.fiotest
|
|
.git
|
|
.helm-pid
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
build
|
|
conformance
|
|
promenade.egg-info
|
|
tmp
|
|
|
|
# Python artifacts
|
|
__pycache__
|
|
|
|
# Non-image related files
|
|
docs
|
|
examples
|
|
tools
|