2016-08-17 11:08:22 -04:00
|
|
|
.config
|
|
|
|
*.o
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# gtags
|
|
|
|
GTAGS
|
|
|
|
GRTAGS
|
|
|
|
GPATH
|
|
|
|
|
2016-09-21 02:46:39 -04:00
|
|
|
# emacs
|
|
|
|
.dir-locals.el
|
|
|
|
|
2016-08-17 11:08:22 -04:00
|
|
|
# emacs temp file suffixes
|
|
|
|
*~
|
|
|
|
.#*
|
|
|
|
\#*#
|
|
|
|
|
2017-01-17 04:55:29 -05:00
|
|
|
# eclipse setting
|
|
|
|
.settings
|
|
|
|
|
2018-01-15 04:45:14 -05:00
|
|
|
# MacOS directory files
|
|
|
|
.DS_Store
|
|
|
|
|
2020-08-27 21:54:01 -04:00
|
|
|
# Components Unit Test Apps files
|
|
|
|
components/**/build
|
|
|
|
components/**/sdkconfig
|
|
|
|
components/**/sdkconfig.old
|
|
|
|
|
2016-09-21 02:46:39 -04:00
|
|
|
# Example project files
|
2016-10-05 01:32:09 -04:00
|
|
|
examples/**/sdkconfig
|
|
|
|
examples/**/sdkconfig.old
|
|
|
|
examples/**/build
|
2016-11-16 23:33:31 -05:00
|
|
|
|
2018-02-03 16:12:13 -05:00
|
|
|
# Doc build artifacts
|
2020-02-11 06:03:24 -05:00
|
|
|
docs/_build/
|
2018-03-14 17:03:54 -04:00
|
|
|
docs/doxygen_sqlite3.db
|
2016-11-17 03:36:10 -05:00
|
|
|
|
2019-03-31 21:12:08 -04:00
|
|
|
# Downloaded font files
|
|
|
|
docs/_static/DejaVuSans.ttf
|
|
|
|
docs/_static/NotoSansSC-Regular.otf
|
|
|
|
|
2016-11-17 03:36:10 -05:00
|
|
|
# Unit test app files
|
|
|
|
tools/unit-test-app/sdkconfig
|
|
|
|
tools/unit-test-app/sdkconfig.old
|
|
|
|
tools/unit-test-app/build
|
2017-09-12 13:40:54 -04:00
|
|
|
tools/unit-test-app/builds
|
|
|
|
tools/unit-test-app/output
|
2020-04-28 22:38:05 -04:00
|
|
|
tools/unit-test-app/test_configs
|
|
|
|
|
|
|
|
# Unit Test CMake compile log folder
|
|
|
|
log_ut_cmake
|
2016-10-05 01:32:09 -04:00
|
|
|
|
2020-04-17 05:51:00 -04:00
|
|
|
# test application build files
|
|
|
|
tools/test_apps/**/build
|
|
|
|
tools/test_apps/**/sdkconfig
|
|
|
|
tools/test_apps/**/sdkconfig.old
|
|
|
|
|
2018-06-14 05:56:20 -04:00
|
|
|
# IDF monitor test
|
|
|
|
tools/test_idf_monitor/outputs
|
|
|
|
|
2018-06-21 07:32:29 -04:00
|
|
|
TEST_LOGS
|
|
|
|
|
2017-05-03 23:31:28 -04:00
|
|
|
# gcov coverage reports
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
coverage.info
|
|
|
|
coverage_report/
|
2018-04-24 04:23:57 -04:00
|
|
|
|
2018-05-21 19:47:16 -04:00
|
|
|
test_multi_heap_host
|
2018-05-30 03:41:35 -04:00
|
|
|
|
2018-09-20 07:26:14 -04:00
|
|
|
# VS Code Settings
|
|
|
|
.vscode/
|
2018-11-20 02:45:22 -05:00
|
|
|
|
2019-11-04 05:15:57 -05:00
|
|
|
# VIM files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
2019-06-16 10:15:48 -04:00
|
|
|
# Clion IDE CMake build & config
|
|
|
|
.idea/
|
|
|
|
cmake-build-*/
|
|
|
|
|
2019-11-18 11:34:33 -05:00
|
|
|
# Results for the checking of the Python coding style and static analysis
|
|
|
|
.mypy_cache
|
2018-11-20 02:45:22 -05:00
|
|
|
flake8_output.txt
|
2018-11-11 02:36:10 -05:00
|
|
|
|
2019-06-16 10:15:48 -04:00
|
|
|
# ESP-IDF default build directory name
|
2018-11-11 02:36:10 -05:00
|
|
|
build
|
2019-11-18 11:34:33 -05:00
|
|
|
|
|
|
|
# lock files for examples and components
|
2020-11-10 02:40:01 -05:00
|
|
|
dependencies.lock
|
2021-05-05 06:10:41 -04:00
|
|
|
|
|
|
|
# managed_components for examples
|
|
|
|
managed_components
|