summaryrefslogtreecommitdiff
path: root/bin/ansible-doc
diff options
context:
space:
mode:
authorrpe-github <robert.peichaer@gmail.com>2015-01-22 19:46:10 +0100
committerrpe-github <robert.peichaer@gmail.com>2015-01-22 19:46:10 +0100
commit3e7bb0c081c698c185c6a9035da0c335f33fd8ea (patch)
treea013623350407633d60c7bfeae8bb4ae659cb303 /bin/ansible-doc
parentf2b1a289edd7dc30a022ef4d1a843f707beb2068 (diff)
downloadansible-3e7bb0c081c698c185c6a9035da0c335f33fd8ea.tar.gz
ignore VERSION file in ansible-doc
Diffstat (limited to 'bin/ansible-doc')
-rwxr-xr-xbin/ansible-doc2
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\(([^)]+)\)")