70 lines
898 B
Plaintext
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
|