mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-22 02:45:56 +08:00
添加硬件端固件示例代码
This commit is contained in:
42
firmware/esp-idf/get-started/.gitignore
vendored
Normal file
42
firmware/esp-idf/get-started/.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
build/
|
||||
.settings
|
||||
.config
|
||||
*.o
|
||||
*.pyc
|
||||
*.d
|
||||
*.old
|
||||
*.cproject
|
||||
|
||||
# vscode setting
|
||||
.vscode/
|
||||
|
||||
# eclipse setting
|
||||
.settings
|
||||
|
||||
# MacOS directory files
|
||||
.DS_Store
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
tools/unit-test-app/builds
|
||||
tools/unit-test-app/output
|
||||
|
||||
# ESP-IDF library
|
||||
build
|
||||
Reference in New Issue
Block a user