Add etc/openstack.conf.sample to .gitignore

etc/openstack.conf.sample is generated when running the unit tests, so
add it ti .gitignore

Change-Id: Iee41f9f433c3cbe55a832a319564dfb90eec99b7
This commit is contained in:
Joe Gordon 2014-02-11 10:38:28 -07:00
parent a0e6e4df09
commit b01add061f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ openstack/common/db/*.sqlite
.testrepository/
.project
.pydevproject
etc/openstack.conf.sample