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
|
|
|
|
*~
|
|
|
|
.#*
|
|
|
|
\#*#
|
|
|
|
|
2017-01-17 09:55:29 +00:00
|
|
|
# eclipse setting
|
|
|
|
.settings
|
|
|
|
|
2018-01-15 09:45:14 +00:00
|
|
|
# MacOS directory files
|
|
|
|
.DS_Store
|
|
|
|
|
2016-09-21 06:46:39 +00:00
|
|
|
# Example project files
|
2016-10-05 05:32:09 +00:00
|
|
|
examples/**/sdkconfig
|
|
|
|
examples/**/sdkconfig.old
|
|
|
|
examples/**/build
|
2016-11-17 04:33:31 +00:00
|
|
|
|
2018-02-03 21:12:13 +00: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 21:03:54 +00:00
|
|
|
docs/doxygen_sqlite3.db
|
2016-11-17 08:36:10 +00:00
|
|
|
|
2019-04-01 01:12:08 +00:00
|
|
|
# Downloaded font files
|
|
|
|
docs/_static/DejaVuSans.ttf
|
|
|
|
docs/_static/NotoSansSC-Regular.otf
|
|
|
|
|
2016-11-17 08:36:10 +00:00
|
|
|
# Unit test app files
|
|
|
|
tools/unit-test-app/sdkconfig
|
|
|
|
tools/unit-test-app/sdkconfig.old
|
|
|
|
tools/unit-test-app/build
|
2017-09-12 17:40:54 +00:00
|
|
|
tools/unit-test-app/builds
|
|
|
|
tools/unit-test-app/output
|
2016-10-05 05:32:09 +00:00
|
|
|
|
2018-06-14 09:56:20 +00:00
|
|
|
# IDF monitor test
|
|
|
|
tools/test_idf_monitor/outputs
|
|
|
|
|
2018-06-21 11:32:29 +00:00
|
|
|
TEST_LOGS
|
|
|
|
|
2017-05-04 03:31:28 +00:00
|
|
|
# gcov coverage reports
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
coverage.info
|
|
|
|
coverage_report/
|
2018-04-24 08:23:57 +00:00
|
|
|
|
|
|
|
# Windows tools installer build
|
|
|
|
tools/windows/tool_setup/.*
|
|
|
|
tools/windows/tool_setup/input
|
|
|
|
tools/windows/tool_setup/dl
|
2018-10-01 06:22:07 +00:00
|
|
|
tools/windows/tool_setup/keys
|
2018-04-24 08:23:57 +00:00
|
|
|
tools/windows/tool_setup/Output
|
2018-05-30 07:41:35 +00:00
|
|
|
|
2018-05-21 23:47:16 +00:00
|
|
|
test_multi_heap_host
|
2018-05-30 07:41:35 +00:00
|
|
|
|
2018-09-20 11:26:14 +00:00
|
|
|
# VS Code Settings
|
|
|
|
.vscode/
|
2018-11-20 07:45:22 +00:00
|
|
|
|
|
|
|
# Results for the checking of the Python coding style
|
|
|
|
flake8_output.txt
|
2018-11-11 07:36:10 +00:00
|
|
|
|
|
|
|
# ESP-IDF library
|
|
|
|
build
|