diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-07 14:57:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-07 14:57:55 +0000 |
commit | 6de8f2ea531e1a01bdc51280e02284ee067fa997 (patch) | |
tree | e8fe82a152ed983485863cb3f8f31fc9fe649d3a /.gitignore | |
parent | b4b5c14547f86fa3ec99fefa89f0583a7b20b9fd (diff) | |
parent | 329c2fb5f670dca1063a6cc92eca416f90478239 (diff) |
Merge "Change submodules for :doc: for feature projects"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7c4785069..f0b2bd26a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ /docs_build/ /docs/projects/ /docs_output/ -/releng/
\ No newline at end of file +/releng/ +.tox +docs/_build/* |