Searched refs:ignore_files (Results 1 – 2 of 2) sorted by relevance
244 def list_public_headers(self, ignore_dirs, ignore_files, only_dir=None): argument287 ignore_files = set(ignore_files)294 if rel_path_file in ignore_files:317 ignore_files = []325 ignore_files.append(line)329 header_check.list_public_headers(ignore_dirs, ignore_files, only_dir=args.only_dir)
42 ignore_files = [os.path.join('components', 'mdns', 'test_afl_fuzz_host', 'esp32_mock.h'), variable344 if path_in_idf in ignore_files or path_in_idf.startswith(ignore_dirs):