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
|
|
|
|
|
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
|
|
|
|
|
|
|
#Doc build artifacts
|
|
|
|
docs/_build/
|
|
|
|
docs/doxygen-warning-log.txt
|
2017-05-02 08:36:01 +00:00
|
|
|
docs/sphinx-warning-log.txt
|
2016-11-17 04:33:31 +00:00
|
|
|
docs/xml/
|
2017-01-19 08:16:06 +00:00
|
|
|
docs/man/
|
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
|
2016-10-05 05:32:09 +00:00
|
|
|
|
|
|
|
# AWS IoT Examples require device-specific certs/keys
|
|
|
|
examples/protocols/aws_iot/*/main/certs/*.pem.*
|
|
|
|
|