Merge pull request #7211 from jepler/fix-gitignore-sdkconfig

only ignore sdkconfig* files in the espressif port's top directory
This commit is contained in:
Dan Halbert 2022-11-14 17:15:27 -05:00 committed by GitHub
commit 61345325d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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