Add etc/ to .gitignore

As we recently removed etc/default-overrides.conf file,
we don't need to track etc/ folder anymore, therefore
add it to .gitignore

Change-Id: Ib27a9f58d1f338ed85159fd3a0d202d303ff62a3
This commit is contained in:
Martin Kopec 2018-07-18 08:03:26 +00:00
parent 947946419c
commit 5458b6d3f3
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.pyc
cirros*
tempest.conf
etc/
# Packages
*.egg*