Searched refs:ignore_regex (Results 1 – 2 of 2) sorted by relevance
110 our $ignore_regex = "data/out/build|CVS|\\~|\\#|Debug|Release|positions|unidata|sources\.txt|$ignor…116 return 1 if $filename =~ /$ignore_regex/;
51 ignore_regex = re.compile('^.*\.(vcxproj|filters|nrm|icu|dat|xml|txt|ac|guess|m4|in|sub|py|mak)$') variable76 if ignore_regex.match(file):