esp-idf/.gitignore

109 wiersze
1.5 KiB
Plaintext

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