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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,9 +3,8 @@ ChangeLog
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
etc/accounts.yaml
|
etc/accounts.yaml
|
||||||
etc/tempest.conf
|
etc/*.conf
|
||||||
etc/tempest.conf.sample
|
etc/tempest.conf.sample
|
||||||
etc/logging.conf
|
|
||||||
include/swift_objects/swift_small
|
include/swift_objects/swift_small
|
||||||
include/swift_objects/swift_medium
|
include/swift_objects/swift_medium
|
||||||
include/swift_objects/swift_large
|
include/swift_objects/swift_large
|
||||||
|
|||||||
Reference in New Issue
Block a user