diff options
author | rpe-github <robert.peichaer@gmail.com> | 2015-01-22 19:46:10 +0100 |
---|---|---|
committer | rpe-github <robert.peichaer@gmail.com> | 2015-01-22 19:46:10 +0100 |
commit | 3e7bb0c081c698c185c6a9035da0c335f33fd8ea (patch) | |
tree | a013623350407633d60c7bfeae8bb4ae659cb303 /bin/ansible-doc | |
parent | f2b1a289edd7dc30a022ef4d1a843f707beb2068 (diff) | |
download | ansible-3e7bb0c081c698c185c6a9035da0c335f33fd8ea.tar.gz |
ignore VERSION file in ansible-doc
Diffstat (limited to 'bin/ansible-doc')
-rwxr-xr-x | bin/ansible-doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ansible-doc b/bin/ansible-doc index 36db3dff42..4420036677 100755 --- a/bin/ansible-doc +++ b/bin/ansible-doc @@ -34,7 +34,7 @@ import traceback MODULEDIR = C.DEFAULT_MODULE_PATH BLACKLIST_EXTS = ('.pyc', '.swp', '.bak', '~', '.rpm') -IGNORE_FILES = [ "COPYING", "CONTRIBUTING", "LICENSE", "README" ] +IGNORE_FILES = [ "COPYING", "CONTRIBUTING", "LICENSE", "README", "VERSION"] _ITALIC = re.compile(r"I\(([^)]+)\)") _BOLD = re.compile(r"B\(([^)]+)\)") |