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
|
|
|
|
|
2016-09-21 16:46:39 +10:00
|
|
|
# Example project files
|
2016-10-05 16:32:09 +11:00
|
|
|
examples/**/sdkconfig
|
|
|
|
examples/**/sdkconfig.old
|
|
|
|
examples/**/build
|
2016-11-17 12:33:31 +08:00
|
|
|
|
2018-02-03 22:12:13 +01:00
|
|
|
# Doc build artifacts
|
|
|
|
docs/*/_build/
|
|
|
|
docs/*/doxygen-warning-log.txt
|
|
|
|
docs/*/sphinx-warning-log.txt
|
|
|
|
docs/*/sphinx-warning-log-sanitized.txt
|
|
|
|
docs/*/xml/
|
|
|
|
docs/*/xml_in/
|
|
|
|
docs/*/man/
|
2018-03-14 22:03:54 +01:00
|
|
|
docs/doxygen_sqlite3.db
|
2016-11-17 16:36:10 +08:00
|
|
|
|
2019-04-01 09:12:08 +08:00
|
|
|
# Downloaded font files
|
|
|
|
docs/_static/DejaVuSans.ttf
|
|
|
|
docs/_static/NotoSansSC-Regular.otf
|
|
|
|
|
2016-11-17 16:36:10 +08:00
|
|
|
# Unit test app files
|
|
|
|
tools/unit-test-app/sdkconfig
|
|
|
|
tools/unit-test-app/sdkconfig.old
|
|
|
|
tools/unit-test-app/build
|
2017-09-13 01:40:54 +08:00
|
|
|
tools/unit-test-app/builds
|
|
|
|
tools/unit-test-app/output
|
2016-10-05 16:32:09 +11:00
|
|
|
|
2018-06-14 11:56:20 +02:00
|
|
|
# IDF monitor test
|
|
|
|
tools/test_idf_monitor/outputs
|
|
|
|
|
2018-06-21 13:32:29 +02:00
|
|
|
TEST_LOGS
|
|
|
|
|
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
|
|
|
|
|
2019-06-16 15:15:48 +01:00
|
|
|
# Clion IDE CMake build & config
|
|
|
|
.idea/
|
|
|
|
cmake-build-*/
|
|
|
|
|
2018-11-20 08:45:22 +01:00
|
|
|
# Results for the checking of the Python coding style
|
|
|
|
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
|