mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-14 11:54:01 -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/scripts/
|
||||||
/ArduSub/repl/
|
/ArduSub/repl/
|
||||||
persistent.dat
|
persistent.dat
|
||||||
dumpstack_*out
|
dumpstack*out
|
||||||
|
dumpcore*out
|
||||||
build.tmp.binaries/
|
build.tmp.binaries/
|
||||||
tasklist.json
|
tasklist.json
|
||||||
modules/esp_idf
|
modules/esp_idf
|
||||||
|
Loading…
Reference in New Issue
Block a user