Searched refs:SKIPDIRS (Results 1 – 2 of 2) sorted by relevance
33 …SKIPDIRS = set('public html benchmarks output arch doc binding config petsc-doc lib bin .git syste…37 dirs[:] = [d for d in dirs if not any([s for s in SKIPDIRS if d.startswith(s)])]
9 SKIPDIRS = set('benchmarks build mex-scripts tests tutorials'.split()) # Skip these during th… variable165 if SKIPDIRS.intersection(pathsplit(self.pkg_dir, root)): continue168 dirs[:] = list(set(dirs).difference(SKIPDIRS))