gitignore: Add correct crash dump patterns

Adds pattern for core dumps and makes existing pattern for stack dumps
more lenient, as depending on the environment they could be generated
with a filename the old pattern didn't match
This commit is contained in:
rubenp02 2025-01-14 12:24:43 +01:00 committed by Peter Barker
parent 64bb0ad762
commit 795eef04b8

3
.gitignore vendored
View File

@ -151,7 +151,8 @@ segv_*out
/ArduSub/scripts/
/ArduSub/repl/
persistent.dat
dumpstack_*out
dumpstack*out
dumpcore*out
build.tmp.binaries/
tasklist.json
modules/esp_idf