diff options
author | wenjuan dong <dong.wenjuan@zte.com.cn> | 2018-10-15 09:19:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-15 09:19:40 +0000 |
commit | 61eb3927ada784cc3dffb5ddd17f66e47871f708 (patch) | |
tree | 02c8ee8aadafdbb8e264833b84339a2a4688eedc /.gitignore | |
parent | 0f1dd4314b9e0247d9af7af6df2410462423aeca (diff) | |
parent | 42333625db781f1ae12212ce903df9b5257ff5e4 (diff) |
Merge "Local Documentation Builds"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,6 @@ /*.egg-info/ .eggs/ /build/ -/docs_build/ /docs_output/ /releng/ /tests/*.img @@ -16,3 +15,4 @@ #Build results .tox +docs/_build/* |