mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated ansible-doc to ignore more stuff that has been added to the module repos
This commit is contained in:
parent
1a56a5c442
commit
6c190aa8a4
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ from ansible.utils import module_docs
|
|||
class DocCLI(CLI):
|
||||
""" Vault command line class """
|
||||
|
||||
BLACKLIST_EXTS = ('.pyc', '.swp', '.bak', '~', '.rpm')
|
||||
IGNORE_FILES = [ "COPYING", "CONTRIBUTING", "LICENSE", "README", "VERSION"]
|
||||
BLACKLIST_EXTS = ('.pyc', '.swp', '.bak', '~', '.rpm', '.md', '.txt')
|
||||
IGNORE_FILES = [ "COPYING", "CONTRIBUTING", "LICENSE", "README", "VERSION", "GUIDELINES", "test-docs.sh"]
|
||||
|
||||
def __init__(self, args, display=None):
|
||||
|
||||
|
|
Loading…
Reference in a new issue