Update .gitignore

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

Change-Id: Idf30ab95fb9cb65278b58a2ff03ebfa7364dd521
This commit is contained in:
Martin Kopec 2018-09-17 15:40:42 +00:00
parent 044cf48649
commit 71863e8297
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -11,4 +11,7 @@ cover/*
build
.tempest/
.venv/
etc/
.tempestconf
tempest.log