From 795eef04b830e727d97a88d2dda8b27da1f3bc2a Mon Sep 17 00:00:00 2001 From: rubenp02 Date: Tue, 14 Jan 2025 12:24:43 +0100 Subject: [PATCH] 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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index debfef06f055f..48dc8326f8d02 100644 --- a/.gitignore +++ b/.gitignore @@ -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