Remove test-docs from module search ignore list. (#17670)

This commit is contained in:
Matt Clay 2016-09-20 12:38:46 -07:00 committed by Brian Coca
parent 08e964a9c5
commit 24c9e047c3

View file

@ -338,4 +338,4 @@ TREE_DIR = None
LOCALHOST = frozenset(['127.0.0.1', 'localhost', '::1'])
# module search
BLACKLIST_EXTS = ('.pyc', '.swp', '.bak', '~', '.rpm', '.md', '.txt')
IGNORE_FILES = [ "COPYING", "CONTRIBUTING", "LICENSE", "README", "VERSION", "GUIDELINES", "test-docs.sh"]
IGNORE_FILES = ["COPYING", "CONTRIBUTING", "LICENSE", "README", "VERSION", "GUIDELINES"]