diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-07-01 17:32:22 -0400 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-07-03 11:13:33 -0400 |
commit | ac91ff16bc7e0ec7bd9157cef04aae5f5518663a (patch) | |
tree | 5fc6892a7f8dbb56912919aa31bd2bf232010c9e /.gitignore | |
parent | eca47086d010f519bf7fb32e9c56c79e13c255c9 (diff) | |
download | oslosphinx-ac91ff16bc7e0ec7bd9157cef04aae5f5518663a.tar.gz |
Import Sphinx theme for OpenStack
This is a copy of the Sphinx theme for OpenStack developer
documentation imported from the ceilometer repository. After
this library is released, we will remove the copies of the
theme from all of the other repositories.
blueprint oslo.sphinx
Change-Id: I20b6c224b8d8fbede354c2a28ad67eda3a4b9dac
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0c3eb0c --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.pyc +*.dat +TAGS +*.egg-info +build +.coverage +.tox +cover +.testrepository +subunit.log +AUTHORS +ChangeLog +*.deb +dist +*.egg +ceilometer/versioninfo +doc/source/api/ceilometer.*.rst +doc/source/api/tests.*.rst +doc/source/api/autoindex.rst +doc/source/sourcecode +*.mo |