Skip to content

Commit c70562c

Browse files
jamieparkinsonshiftkey
authored andcommitted
Add esp-idf.gitignore (github#3150)
* Add esp-idf.gitignore From https://github.com/espressif/esp-idf-template/blob/master/.gitignore * Add header comments to esp-idf.gitignore
1 parent 0455041 commit c70562c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

community/embedded/esp-idf.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# gitignore template for esp-idf, the official development framework for ESP32
2+
# https://github.com/espressif/esp-idf
3+
4+
build/
5+
sdkconfig
6+
sdkconfig.old

0 commit comments

Comments
 (0)