mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
44 lines
617 B
Plaintext
44 lines
617 B
Plaintext
*.o
|
|
*.pyc
|
|
|
|
# eclipse setting
|
|
.settings
|
|
.cproject
|
|
.project
|
|
|
|
# vscode setting
|
|
.vscode
|
|
|
|
# Example project files
|
|
examples/**/sdkconfig
|
|
examples/**/sdkconfig.old
|
|
examples/**/build
|
|
|
|
# Unit test app files
|
|
tools/unit-test-app/sdkconfig
|
|
tools/unit-test-app/sdkconfig.old
|
|
tools/unit-test-app/build
|
|
|
|
# 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/
|
|
docs/doxygen_sqlite3.db
|
|
|
|
# emacs
|
|
.dir-locals.el
|
|
|
|
# emacs temp file suffixes
|
|
*~
|
|
.#*
|
|
\#*#
|
|
|
|
# eclipse setting
|
|
.settings
|
|
|
|
# MacOS directory files
|
|
.DS_Store |