Remove test-docs from module search ignore list. (#17670)
This commit is contained in:
parent
08e964a9c5
commit
24c9e047c3
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue