diff options
author | Nikos Karandreas <nick@intracom-telecom.com> | 2018-10-04 10:02:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-04 10:02:01 +0000 |
commit | 7b1b9e2ff57ceb2a75b3d60b95262c12e1823586 (patch) | |
tree | 6b20e7aa8d3c03b522171783b3a336a2dba24877 /.gitignore | |
parent | 4d9843200ef1dde2442667cd077afb24f09087ba (diff) | |
parent | 72c03e11197ad3eb9a532d9605bd64a6f9d82050 (diff) |
Merge "Local Documentation Builds"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,6 @@ *.pyc *~ .*.sw? -/docs_build/ /docs_output/ /releng/ *.tar.gz @@ -13,3 +12,5 @@ odl-pipeline/build/* odl-pipeline/trash/* odl-pipeline/lib/tmp odl-pipeline/disks/* +.tox +docs/_build/* |