aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-09-18 11:04:06 -0400
committerAric Gardner <agardner@linuxfoundation.org>2018-09-28 16:25:11 -0400
commit1a669bfecc76837bf064c74cd382a97ef48310e1 (patch)
treef09702c9732ffce5f75bf9d53ccddd5889c46c4b /.gitignore
parent2f46a8d07f77d202ec41ce6379b8524569a27455 (diff)
Local Documentation BuildsHEADmaster
This adds configuration for performing local documentation builds with the following simple command: tox -e docs added index.rst so that docs build succsesfully Change-Id: Ifa6f16eccfcadd7f9d86e8d3def5a81b79ecf478 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..71d7636c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.tox
+docs/_build/*