diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-06 22:34:52 +0200 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-09-13 10:34:56 -0700 |
commit | 94f6f507d27221cba18e7733e8545d605f98f66b (patch) | |
tree | 9de2d1a288a46d655babd578a1d71faa59c81de7 /.gitignore | |
parent | 9bc4e51f59af4e6ab65e6e039a84e818fafb4aa0 (diff) |
Docs transition
Changes are made by following
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html
Change-Id: If0ee2031894d4dbd54098548640b8cc71481e49f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ *,~ .*.sw? -/docs_build/ +docs_build/* /docs_output/ /releng/ .idea @@ -33,7 +33,7 @@ coverage.xml nosetests.xml testapi_venv/ .cache -.tox +.tox/ *.retry job_output/ # Clear VM files @@ -42,7 +42,7 @@ job_output/ build.log *.d/ _static/ -conf.py *.html html/ xci/logs/ +docs/_build/* |