summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-11-06 16:03:19 -0500
committerAric Gardner <agardner@linuxfoundation.org>2018-11-06 17:07:21 -0500
commit329c2fb5f670dca1063a6cc92eca416f90478239 (patch)
treef95583a2174c024de88156e63310604bb1e33c2d /.gitignore
parent7fa95206132a636b7d13f2d6da23660b9e2b3280 (diff)
Change submodules for :doc: for feature projects
In feature projects there were tons of broken links It does not make sense to link to anything but the projects index file here, as we do not control what the project does past having a doc/index.rst The infrastructure guide is in a better shape but has two broken links The projects that are inactive will show greyed out links untill they add an index.rst Change-Id: I9cba2cc7dd355e3ed90cfe72b3646f25cd76558a Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
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/*