refstack-client/.gitignore
Martin Kopec 71863e8297 Update .gitignore
As python-tempestconf got integrated to refstack-client,
.gitignore file should be updated to exclude:
 - .tempestconf
 - .etc/
 - tempest.log

Change-Id: Idf30ab95fb9cb65278b58a2ff03ebfa7364dd521
2018-10-02 08:14:34 +00:00

18 lines
140 B
Plaintext

*.pyc
.stestr/
.tox
*.egg-info/
*.egg
.eggs/
.coverage
cover/*
.project
.pydevproject
build
.tempest/
.venv/
etc/
.tempestconf
tempest.log