From c10080bfba4c1bd77866eb4189de81cdb0c5e48f Mon Sep 17 00:00:00 2001 From: scottb Date: Tue, 13 Feb 2018 10:52:13 -0800 Subject: =?UTF-8?q?Followup=20to=20docs=20refactor=20pull=20request=20#360?= =?UTF-8?q?67=20-=20fixes=20gitignore=20and=20c=E2=80=A6=20(#36120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Followup to docs refactor pull request #36067 - fixes gitignore and cleanup in makefile; removes some generated files; moves a straggler to the appropriate subdirectory. * Fixed some stragglers * Removed redundant module entries * Delete generated RST files. --- .gitignore | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b52eea45e4..eaa3da7b9b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,29 +31,22 @@ docs/man/man3/* # docsite stuff... docs/api/_build/ docs/api/rst/ -docs/docsite/*.html docs/docsite/_build -docs/docsite/_static/*.gif -docs/docsite/_static/*.png -docs/docsite/_static/websupport.js +docs/docsite/*.html docs/docsite/htmlout -docs/docsite/searchindex.js -docs/docsite/rst_warnings -docs/docsite/rst/*_module.rst -docs/docsite/rst/ansible.rst -docs/docsite/rst/ansible-*.rst -docs/docsite/rst/community_maintained.rst -docs/docsite/rst/config.rst -docs/docsite/rst/core_maintained.rst -docs/docsite/rst/list_of_*.rst -docs/docsite/rst/module_docs/*.rst -docs/docsite/rst/modules_by_category.rst -docs/docsite/rst/network_maintained.rst -docs/docsite/rst/plugins_by_category.rst -docs/docsite/rst/partner_maintained.rst -docs/docsite/rst/playbooks_keywords.rst +docs/docsite/rst/cli/ansible-*.rst +docs/docsite/rst/cli/ansible.rst +docs/docsite/rst/modules/*.rst docs/docsite/rst/playbooks_directives.rst +docs/docsite/rst/plugins_by_category.rst docs/docsite/rst/plugins/*/*.rst +docs/docsite/rst/reference_appendices/config.rst +docs/docsite/rst/reference_appendices/playbooks_keywords.rst +docs/docsite/rst_warnings +docs/docsite/searchindex.js +docs/docsite/_static/*.gif +docs/docsite/_static/*.png +docs/docsite/_static/websupport.js # deb building stuff... /debian/ deb-build -- cgit v1.2.1