diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b5f5b3a2c..12d86f825 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .project .pydevproject rally_conf.json -/docs_build/ /docs/**/build/ _build /docs_output/ @@ -19,3 +18,4 @@ functest.egg-info .tox *.out *.pdf +docs/_build/* |