mdns: Remove internal component, examples, test and docs

This commit is contained in:
gabsuren
2022-04-05 14:31:04 +04:00
parent 87c987920a
commit d413a71f61
127 changed files with 56 additions and 14233 deletions

View File

@@ -29,7 +29,7 @@ import textwrap
from io import open
# list files here which should not be parsed
ignore_files = [os.path.join('components', 'mdns', 'test_afl_fuzz_host', 'esp32_mock.h')]
ignore_files: list = list()
# add directories here which should not be parsed, this is a tuple since it will be used with *.startswith()
ignore_dirs = (os.path.join('examples'),