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
This commit is contained in:
Masayuki Igawa 2018-07-27 17:09:21 +09:00
parent fc8ef3aeeb
commit a0c484632d
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -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