From 2de66f438185bf53c4e44ad06bdf1a6a69b851bc Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 28 Jun 2013 19:06:51 -0400 Subject: [PATCH] Ignore files created by Sphinx build Change-Id: I5eafa7aefc8da18527ec14b9b116f7132787f667 Signed-off-by: Doug Hellmann --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 929b51fff..2ee553b91 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ tools/conf/cinder.conf* tools/lintstack.head.py tools/pylint_exceptions tags +# Files created by Sphinx build +doc/build +.autogenerated \ No newline at end of file -- 2.45.2