diff options
author | scottb <dharmabumstead@users.noreply.github.com> | 2018-02-13 10:52:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-13 10:52:13 -0800 |
commit | c10080bfba4c1bd77866eb4189de81cdb0c5e48f (patch) | |
tree | 763ae0a7cfbee2c84f4634dc703728b53dae971a /.gitignore | |
parent | 7897558b95e595bb1ca9de88082481008cfb7264 (diff) | |
download | ansible-c10080bfba4c1bd77866eb4189de81cdb0c5e48f.tar.gz |
Followup to docs refactor pull request #36067 - fixes gitignore and c… (#36120)
* 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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 12 insertions, 19 deletions
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 |