diff options
author | John R Barker <john@johnrbarker.com> | 2017-09-01 16:15:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-01 16:15:45 +0200 |
commit | c98e99dd420fb1bae8ff6eb51bd03ed8383f5524 (patch) | |
tree | 5c9af5ba51761b5e3a3b7e6d548df0c224c6d127 /.gitignore | |
parent | lambda - more limited exception trap when doing get_function for better error... (diff) | |
download | ansible-c98e99dd420fb1bae8ff6eb51bd03ed8383f5524.tar.xz ansible-c98e99dd420fb1bae8ff6eb51bd03ed8383f5524.zip |
Ignore autogenerated _maintained.rst and config.rst (#28925)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index fae5e5f50a..fa8e566a90 100644 --- a/.gitignore +++ b/.gitignore @@ -27,11 +27,16 @@ docs/man/man3/* *.sublime-project *.sublime-workspace # docsite stuff... -docs/docsite/rst/modules_by_category.rst -docs/docsite/rst/playbooks_directives.rst -docs/docsite/rst/playbook_keywords.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.rst +docs/docsite/rst/modules_by_category.rst +docs/docsite/rst/network_maintained.rst +docs/docsite/rst/partner_maintained.rst +docs/docsite/rst/playbook_keywords.rst +docs/docsite/rst/playbooks_directives.rst docs/docsite/*.html docs/docsite/_static/*.gif docs/docsite/_static/*.png |