From 71863e8297024058ce32d20968455395c24d037e Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Mon, 17 Sep 2018 15:40:42 +0000 Subject: [PATCH] Update .gitignore As python-tempestconf got integrated to refstack-client, .gitignore file should be updated to exclude: - .tempestconf - .etc/ - tempest.log Change-Id: Idf30ab95fb9cb65278b58a2ff03ebfa7364dd521 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d4136a8..97b306d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ cover/* build .tempest/ .venv/ +etc/ +.tempestconf +tempest.log