Home | History | Annotate | Download | only in test

Lines Matching defs:excluded

183 # By default, don't exclude any directories.  Use '-X' to add one excluded directory.
184 excluded = set(['.svn', '.git'])
668 excluded.add(args.X)
1017 global excluded
1019 if set(dir.split(os.sep)).intersection(excluded):
1020 #print "Detected an excluded dir component: %s" % dir