Searched refs:metaIgnorePaths (Results 1 – 1 of 1) sorted by relevance
56 static StringList metaIgnorePaths = LST_INIT; /* paths we deliberately ignore */ variable625 AppendWords(&metaIgnorePaths, metaIgnorePathsStr); in meta_mode_init()848 Lst_Done(&metaIgnorePaths); in meta_finish()936 if (has_any_prefix(p, &metaIgnorePaths)) { in meta_ignore()943 if (has_any_prefix(fname, &metaIgnorePaths)) { in meta_ignore()