1010
1010
# Eventually it should be replaced with something more
1013
1014
for pat in self.get_ignore_list():
1014
1015
if '/' in pat or '\\' in pat:
1016
1017
# as a special case, you can put ./ at the start of a
1017
1018
# pattern; this is good to match in the top-level
1024
1024
if fnmatch.fnmatchcase(filename, newpat):
1033
1032
return file_kind(self.id2abspath(file_id))