diff options
author | Rex Lee <limingjiang@huawei.com> | 2018-10-17 03:26:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-17 03:26:58 +0000 |
commit | 622a85f72bea2679ef4849abb083616bff3da0e7 (patch) | |
tree | 14137bb7ab65d46b73c19f0e27850dec22580aaf /.gitignore | |
parent | bb8a40544fdac7c9c5311b42993bf93f2d4da903 (diff) | |
parent | 7203ff5925b805d07a5df53b6cdcf7d44cc4e4d1 (diff) |
Merge "[docs] Transition to local docs build job."
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8be48ac62..79e351fce 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ cover/ .idea/ # tox virtualenvs .tox/ +# docs build artifacts +docs/_build/* |