Skip to content

Commit

Permalink
gitignore: Add correct crash dump patterns
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rubenp02 authored and peterbarker committed Jan 16, 2025
1 parent 64bb0ad commit 795eef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 795eef0

Please sign in to comment.