13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
# ---> esp-idf
|
|
# gitignore template for esp-idf, the official development framework for ESP32
|
|
# https://github.com/espressif/esp-idf
|
|
|
|
build/
|
|
sdkconfig
|
|
sdkconfig.old
|
|
|
|
.idea
|
|
cmake-build-debug
|
|
cmake-build-release
|
|
cmake-build-relwithdebinfo
|