diff options
author | Joe Gordon <joe.gordon0@gmail.com> | 2014-02-11 10:38:28 -0700 |
---|---|---|
committer | Joe Gordon <joe.gordon0@gmail.com> | 2014-02-11 10:38:28 -0700 |
commit | af8d10f799646cbbe137312e124226cd1662abd7 (patch) | |
tree | 76d7a7523a52b578dfa201d950cc38e100618404 /.gitignore | |
parent | 3f9a9bcdd47a90de88592e9a72b7fde2a99a32f2 (diff) | |
download | oslo-db-af8d10f799646cbbe137312e124226cd1662abd7.tar.gz |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,3 +22,4 @@ openstack/common/db/*.sqlite .testrepository/ .project .pydevproject +etc/openstack.conf.sample |