From a0c484632d9292874874bfdbdd31339dcd16ece2 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Fri, 27 Jul 2018 17:09:21 +0900 Subject: [PATCH] Add etc/*.conf files to .gitignore This commit makes etc/*.conf files be ignored from git repo. We don't need to track user configuration files not only tempest.conf but also the others such as custom-tempest.conf. Change-Id: I46b3828426a37291205812bf377e7eeece9b7e0b --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7cb052f0df..06a228128e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,8 @@ ChangeLog *.pyc __pycache__/ etc/accounts.yaml -etc/tempest.conf +etc/*.conf etc/tempest.conf.sample -etc/logging.conf include/swift_objects/swift_small include/swift_objects/swift_medium include/swift_objects/swift_large