Searched refs:ignore_paths (Results 1 – 3 of 3) sorted by relevance
129 ignore_paths: Set[str]145 ignore_paths = set(["out/"])162 ignore_paths.update(165 return cls(remove_projects, add_projects, path_mappings, ignore_paths)205 def __init__(self, module_info_file, repo_projects, ignore_paths): argument238 return all(not paths[0].startswith(p) for p in ignore_paths)535 config.ignore_paths)
124 ignore_paths = set(['out/'])126 repo_projects, ignore_paths)167 ignore_paths = set()171 ignore_paths)
137 def write_ignore_git_dirs_file(module_path, ignore_paths): argument144 ignores = [_IGNORE_PATH.format(GIT_DIR=p) for p in ignore_paths]