71863e8297
As python-tempestconf got integrated to refstack-client, .gitignore file should be updated to exclude: - .tempestconf - .etc/ - tempest.log Change-Id: Idf30ab95fb9cb65278b58a2ff03ebfa7364dd521
18 lines
140 B
Plaintext
18 lines
140 B
Plaintext
*.pyc
|
|
.stestr/
|
|
.tox
|
|
*.egg-info/
|
|
*.egg
|
|
.eggs/
|
|
.coverage
|
|
cover/*
|
|
.project
|
|
.pydevproject
|
|
build
|
|
.tempest/
|
|
.venv/
|
|
etc/
|
|
.tempestconf
|
|
tempest.log
|
|
|