Skip to content

Commit 6134532

Browse files
authored
Merge pull request #7211 from jepler/fix-gitignore-sdkconfig
only ignore sdkconfig* files in the espressif port's top directory
2 parents 8f414eb + 14b2008 commit 6134532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# idf.py menuconfig
2-
./sdkconfig*
2+
/sdkconfig*
33

44
# lock files for examples and components
55
dependencies.lock

0 commit comments

Comments
 (0)