CLSH1001-Firmware/managed_components/espressif__esp-idf-cxx/.gitignore
2024-03-05 16:09:49 -06:00

70 lines
898 B
Plaintext

.config
*.o
*.pyc
# gtags
GTAGS
GRTAGS
GPATH
# emacs
.dir-locals.el
# emacs temp file suffixes
*~
.#*
\#*#
# eclipse setting
.settings
# MacOS directory files
.DS_Store
# Example Apps files
examples/**/build
examples/**/sdkconfig
examples/**/sdkconfig.old
# Host Unit Test Apps files
host_test/**/build
host_test/**/sdkconfig
host_test/**/sdkconfig.old
# Unit test app build files
test_apps/**/build
test_apps/**/sdkconfig
test_apps/**/sdkconfig.old
# Unit Test CMake compile log folder
log_ut_cmake
TEST_LOGS
# gcov coverage reports
*.gcda
*.gcno
coverage.info
coverage_report/
# VS Code Settings
.vscode/
# VIM files
*.swp
*.swo
# 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
# lock files for tests
dependencies.lock
# managed_components for tests
managed_components