2016-08-17 23:08:22 +08:00
|
|
|
.config
|
|
|
|
*.o
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# gtags
|
|
|
|
GTAGS
|
|
|
|
GRTAGS
|
|
|
|
GPATH
|
|
|
|
|
2016-09-21 16:46:39 +10:00
|
|
|
# emacs
|
|
|
|
.dir-locals.el
|
|
|
|
|
2016-08-17 23:08:22 +08:00
|
|
|
# emacs temp file suffixes
|
|
|
|
*~
|
|
|
|
.#*
|
|
|
|
\#*#
|
|
|
|
|
2017-01-17 17:55:29 +08:00
|
|
|
# eclipse setting
|
|
|
|
.settings
|
|
|
|
|
2018-01-15 11:45:14 +02:00
|
|
|
# MacOS directory files
|
|
|
|
.DS_Store
|
|
|
|
|
2022-07-12 16:50:40 +08:00
|
|
|
# cache dir
|
|
|
|
.cache/
|
|
|
|
|
2023-12-18 15:29:58 +01:00
|
|
|
# Doc build artifacts
|
|
|
|
docs/_build/
|
|
|
|
docs/doxygen_sqlite3.db
|
|
|
|
|
|
|
|
# Downloaded font files
|
|
|
|
docs/_static/DejaVuSans.ttf
|
|
|
|
docs/_static/NotoSansSC-Regular.otf
|
|
|
|
|
2020-08-28 09:54:01 +08:00
|
|
|
# Components Unit Test Apps files
|
2022-06-16 11:10:47 +08:00
|
|
|
components/**/build/
|
|
|
|
components/**/build_*_*/
|
2020-08-28 09:54:01 +08:00
|
|
|
components/**/sdkconfig
|
|
|
|
components/**/sdkconfig.old
|
|
|
|
|
2016-09-21 16:46:39 +10:00
|
|
|
# Example project files
|
2022-06-16 11:10:47 +08:00
|
|
|
examples/**/build/
|
2023-12-18 15:29:58 +01:00
|
|
|
examples/**/build_*_*/
|
2016-10-05 16:32:09 +11:00
|
|
|
examples/**/sdkconfig
|
|
|
|
examples/**/sdkconfig.old
|
2016-11-17 12:33:31 +08:00
|
|
|
|
2016-11-17 16:36:10 +08:00
|
|
|
# Unit test app files
|
|
|
|
tools/unit-test-app/build
|
2022-06-16 11:10:47 +08:00
|
|
|
tools/unit-test-app/build_*_*/
|
2023-12-18 15:29:58 +01:00
|
|
|
tools/unit-test-app/sdkconfig
|
|
|
|
tools/unit-test-app/sdkconfig.old
|
2016-10-05 16:32:09 +11:00
|
|
|
|
2020-04-17 11:51:00 +02:00
|
|
|
# test application build files
|
2022-06-16 11:10:47 +08:00
|
|
|
tools/test_apps/**/build/
|
|
|
|
tools/test_apps/**/build_*_*/
|
2020-04-17 11:51:00 +02:00
|
|
|
tools/test_apps/**/sdkconfig
|
|
|
|
tools/test_apps/**/sdkconfig.old
|
|
|
|
|
2023-12-18 15:29:58 +01:00
|
|
|
TEST_LOGS/
|
|
|
|
build_summary_*.xml
|
2018-06-21 13:32:29 +02:00
|
|
|
|
2017-05-04 13:31:28 +10:00
|
|
|
# gcov coverage reports
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
coverage.info
|
|
|
|
coverage_report/
|
2018-04-24 18:23:57 +10:00
|
|
|
|
2018-05-22 09:47:16 +10:00
|
|
|
test_multi_heap_host
|
2018-05-30 17:41:35 +10:00
|
|
|
|
2018-09-20 19:26:14 +08:00
|
|
|
# VS Code Settings
|
|
|
|
.vscode/
|
2018-11-20 08:45:22 +01:00
|
|
|
|
2019-11-04 18:15:57 +08:00
|
|
|
# VIM files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
2023-07-03 12:02:00 -07:00
|
|
|
# Sublime Text files
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
|
|
|
|
2019-06-16 15:15:48 +01:00
|
|
|
# Clion IDE CMake build & config
|
|
|
|
.idea/
|
|
|
|
cmake-build-*/
|
|
|
|
|
2019-11-18 17:34:33 +01:00
|
|
|
# Results for the checking of the Python coding style and static analysis
|
|
|
|
.mypy_cache
|
2018-11-20 08:45:22 +01:00
|
|
|
flake8_output.txt
|
2018-11-11 15:36:10 +08:00
|
|
|
|
2019-06-16 15:15:48 +01:00
|
|
|
# ESP-IDF default build directory name
|
2018-11-11 15:36:10 +08:00
|
|
|
build
|
2019-11-18 17:34:33 +01:00
|
|
|
|
|
|
|
# lock files for examples and components
|
2020-11-10 18:40:01 +11:00
|
|
|
dependencies.lock
|
2021-05-05 13:10:41 +03:00
|
|
|
|
|
|
|
# managed_components for examples
|
|
|
|
managed_components
|
2022-04-25 17:09:21 +08:00
|
|
|
|
|
|
|
# pytest log
|
2024-05-09 10:32:52 +02:00
|
|
|
pytest-embedded/
|
|
|
|
# legacy one
|
2022-04-25 17:09:21 +08:00
|
|
|
pytest_embedded_log/
|
2023-12-18 15:29:58 +01:00
|
|
|
list_job*.txt
|
|
|
|
size_info*.txt
|
|
|
|
XUNIT_RESULT*.xml
|
2023-07-03 12:02:00 -07:00
|
|
|
|
|
|
|
# clang config (for LSP)
|
|
|
|
.clangd
|
2023-09-25 17:35:36 +08:00
|
|
|
|
|
|
|
# Vale
|
|
|
|
.vale/styles/*
|