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