mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-22 10:55:56 +08:00
添加智能灯固件代码
This commit is contained in:
42
firmware/esp-idf/wumei-smart-firmware/.gitignore
vendored
Normal file
42
firmware/esp-idf/wumei-smart-firmware/.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