From f1ae842a303b9bd8803df24f70e116cba2296646 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sat, 6 Oct 2018 11:57:43 -0400 Subject: [PATCH] ignore files created by sphinx-build Change-Id: I6a1379cba31da2a846913828b76a0f360edd4c37 Signed-off-by: Doug Hellmann --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b4ea43e39..636d6dbdd 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,8 @@ output/*/index.html # Sphinx doc/build +doc/source/_static/ +doc/source/api/ # pbr generates these AUTHORS