summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index af9d0080..925736c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
*,~
.*.sw?
-/docs_build/
+docs_build/*
/docs_output/
/releng/
.idea
@@ -33,7 +33,7 @@ coverage.xml
nosetests.xml
testapi_venv/
.cache
-.tox
+.tox/
*.retry
job_output/
# Clear VM files
@@ -42,7 +42,7 @@ job_output/
build.log
*.d/
_static/
-conf.py
*.html
html/
xci/logs/
+docs/_build/*