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
|
|
|
|
*~
|
|
|
|
.#*
|
|
|
|
\#*#
|
|
|
|
|
2016-09-21 06:46:39 +00:00
|
|
|
# Example project files
|
|
|
|
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
|
|
|
|
docs/xml/
|
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
|