Searched refs:exclude_list (Results 1 – 2 of 2) sorted by relevance
33 def check(pattern_yml, exclude_list): argument44 …exclude_patterns_set.update([path.split('#')[0].strip() for path in open(exclude_list).readlines()…71 not_included_files, dup_patterns = check(args.pattern_yml, args.exclude_list)
123 def find_apps(build_system_class, path, recursive, exclude_list, target): argument138 if exclude_list:150 if root in exclude_list: