only ignore sdkconfig* files in the espressif port's top directory

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
This commit is contained in:
Jeff Epler 2022-11-14 11:29:18 -06:00
parent 8f414eb4ee
commit 14b20087b5
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# idf.py menuconfig
./sdkconfig*
/sdkconfig*
# lock files for examples and components
dependencies.lock