From a9406197c7d705ee6c0d46691f1655e34cb8bcc3 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 7 Aug 2026 09:15:53 +0200 Subject: Stop tracking 157MB of core dumps, and ignore them Two core dumps were swept into 7e4b593 by an 'add -A' commit. idalib segfaults readily under differential probing (running two revisions of a tool against one cfunc drops two SWIG item objects on the same ctree), so this will recur. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6ff0889..65cc5f3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ build/ targets/ bin/ *.pristine.i64 + +# core dumps (idalib/SWIG can segfault under differential probes) +core +core.* -- cgit v1.3.1-sl0p