Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscottb <dharmabumstead@users.noreply.github.com>2018-02-13 21:52:13 +0300
committerGitHub <noreply@github.com>2018-02-13 21:52:13 +0300
commitc10080bfba4c1bd77866eb4189de81cdb0c5e48f (patch)
tree763ae0a7cfbee2c84f4634dc703728b53dae971a /.gitignore
parent7897558b95e595bb1ca9de88082481008cfb7264 (diff)
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--.gitignore31
1 files changed, 12 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index b52eea45e44..eaa3da7b9bd 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