2016-08-17 11:08:22 -04:00
|
|
|
.config
|
|
|
|
*.o
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# gtags
|
|
|
|
GTAGS
|
|
|
|
GRTAGS
|
|
|
|
GPATH
|
|
|
|
|
2016-09-21 02:46:39 -04:00
|
|
|
# emacs
|
|
|
|
.dir-locals.el
|
|
|
|
|
2016-08-17 11:08:22 -04:00
|
|
|
# emacs temp file suffixes
|
|
|
|
*~
|
|
|
|
.#*
|
|
|
|
\#*#
|
|
|
|
|
2017-01-17 04:55:29 -05:00
|
|
|
# eclipse setting
|
|
|
|
.settings
|
|
|
|
|
2018-01-15 04:45:14 -05:00
|
|
|
# MacOS directory files
|
|
|
|
.DS_Store
|
|
|
|
|
2016-09-21 02:46:39 -04:00
|
|
|
# Example project files
|
2016-10-05 01:32:09 -04:00
|
|
|
examples/**/sdkconfig
|
|
|
|
examples/**/sdkconfig.old
|
|
|
|
examples/**/build
|
2016-11-16 23:33:31 -05:00
|
|
|
|
2018-02-03 16:12:13 -05: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 17:03:54 -04:00
|
|
|
docs/doxygen_sqlite3.db
|
2016-11-17 03:36:10 -05:00
|
|
|
|
|
|
|
# Unit test app files
|
|
|
|
tools/unit-test-app/sdkconfig
|
|
|
|
tools/unit-test-app/sdkconfig.old
|
|
|
|
tools/unit-test-app/build
|
2017-09-12 13:40:54 -04:00
|
|
|
tools/unit-test-app/builds
|
|
|
|
tools/unit-test-app/output
|
2016-10-05 01:32:09 -04:00
|
|
|
|
2018-06-14 05:56:20 -04:00
|
|
|
# IDF monitor test
|
|
|
|
tools/test_idf_monitor/outputs
|
|
|
|
|
2018-06-21 07:32:29 -04:00
|
|
|
TEST_LOGS
|
|
|
|
|
2016-10-05 01:32:09 -04:00
|
|
|
# AWS IoT Examples require device-specific certs/keys
|
|
|
|
examples/protocols/aws_iot/*/main/certs/*.pem.*
|
|
|
|
|
2017-05-03 23:31:28 -04:00
|
|
|
# gcov coverage reports
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
coverage.info
|
|
|
|
coverage_report/
|
2018-04-24 04:23:57 -04:00
|
|
|
|
|
|
|
# Windows tools installer build
|
|
|
|
tools/windows/tool_setup/.*
|
|
|
|
tools/windows/tool_setup/input
|
|
|
|
tools/windows/tool_setup/dl
|
2018-10-01 02:22:07 -04:00
|
|
|
tools/windows/tool_setup/keys
|
2018-04-24 04:23:57 -04:00
|
|
|
tools/windows/tool_setup/Output
|
2018-05-30 03:41:35 -04:00
|
|
|
|
2018-05-21 19:47:16 -04:00
|
|
|
test_multi_heap_host
|
2018-05-30 03:41:35 -04:00
|
|
|
|
2018-09-20 07:26:14 -04:00
|
|
|
# VS Code Settings
|
|
|
|
.vscode/
|