Fix .gitignore for /openstack/

We should only ignore openstack from the root directory because
otherwise new files in the openstack/ subfolders under lib are not
tracked.

Change-Id: Ife454df6ae8d45826608bea59c3df2eb04e43016
Closes-Bug: #1541896
This commit is contained in:
Matt Fischer
2016-09-21 20:02:33 -06:00
parent e6e3ee03d0
commit fe1e3e3ea7

2
.gitignore vendored
View File

@@ -8,7 +8,7 @@ coverage/
.idea/
*.swp
*.iml
openstack/
/openstack/
# Files created by releasenotes build
releasenotes/build