14b20087b5
danh and microdev1 noticed that this ignore pattern was over-broad and caused added sdkconfig files in boards/ (which should be committed) to be ignored and not proposed for addition by common tools like git status, git gui, etc. This pattern anchors the search so that it only matches in the ports/espressif directory, so ports/espressif/sdkconfig is ignored but ports/espressif/boards/example/sdkconfig is not ignored anymore
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
# idf.py menuconfig
|
|
/sdkconfig*
|
|
|
|
# lock files for examples and components
|
|
dependencies.lock
|