From 21cfba722b1dbaf21fda822bf257651cb7576b6a Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 25 Jan 2022 11:45:29 -0700 Subject: [PATCH] .gitignore: Ignore more built docs Signed-off-by: Zack Cerza --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f684a7a729..19ded7805e 100644 --- a/.gitignore +++ b/.gitignore @@ -21,11 +21,7 @@ docs/build # autogenerated docs from sphinx-apidoc docs/modules.rst docs/teuthology.rst -docs/teuthology.task.rst -docs/teuthology.openstack.rst -docs/teuthology.openstack.test.rst -docs/teuthology.orchestra.rst -docs/teuthology.task.tests.rst +docs/teuthology.*.rst # PyCharm .idea -- 2.39.5