1.config 2*.o 3*.pyc 4 5# gtags 6GTAGS 7GRTAGS 8GPATH 9 10# emacs 11.dir-locals.el 12 13# emacs temp file suffixes 14*~ 15.#* 16\#*# 17 18# eclipse setting 19.settings 20 21# MacOS directory files 22.DS_Store 23 24# Components Unit Test Apps files 25components/**/build 26components/**/sdkconfig 27components/**/sdkconfig.old 28 29# Zephyr - Folders that contains binary files 30components/bt/controller/esp32c3-bt-lib/ 31components/bt/controller/lib_esp32/ 32components/esp_wifi/lib/ 33components/esp_phy/lib 34 35# Example project files 36examples/**/sdkconfig 37examples/**/sdkconfig.old 38examples/**/build 39 40# Doc build artifacts 41docs/_build/ 42docs/doxygen_sqlite3.db 43 44# Downloaded font files 45docs/_static/DejaVuSans.ttf 46docs/_static/NotoSansSC-Regular.otf 47 48# Unit test app files 49tools/unit-test-app/sdkconfig 50tools/unit-test-app/sdkconfig.old 51tools/unit-test-app/build 52tools/unit-test-app/builds 53tools/unit-test-app/output 54tools/unit-test-app/test_configs 55 56# Unit Test CMake compile log folder 57log_ut_cmake 58 59# test application build files 60tools/test_apps/**/build 61tools/test_apps/**/sdkconfig 62tools/test_apps/**/sdkconfig.old 63 64# IDF monitor test 65tools/test_idf_monitor/outputs 66 67TEST_LOGS 68 69# gcov coverage reports 70*.gcda 71*.gcno 72coverage.info 73coverage_report/ 74 75test_multi_heap_host 76 77# VS Code Settings 78.vscode/ 79 80# VIM files 81*.swp 82*.swo 83 84# Clion IDE CMake build & config 85.idea/ 86cmake-build-*/ 87 88# Results for the checking of the Python coding style and static analysis 89.mypy_cache 90flake8_output.txt 91 92# ESP-IDF default build directory name 93build 94 95# lock files for examples and components 96dependencies.lock 97 98# managed_components for examples 99managed_components 100 101# zephyr blobs 102zephyr/blobs/ 103