Home
last modified time | relevance | path

Searched refs:ignorefiles (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/tools/onbld/Scm/
H A DIgnore.py70 def ignore(root, ignorefiles): argument
73 if (len(ignorefiles) < 1):
77 for ignorefile in ignorefiles:
/titanic_50/usr/src/tools/scripts/
H A Dgit-pbchk.py171 ignorefiles = list(filter(os.path.exists,
174 return Ignore.ignore(root, ignorefiles)
/titanic_50/usr/src/tools/onbld/hgext/
H A Dcdm.py165 ignorefiles = []
170 ignorefiles.append(f)
172 if ignorefiles:
173 ign = Ignore.ignore(repo.root, ignorefiles)