mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -04:00
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:
parent
64bb0ad762
commit
795eef04b8
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user