diff options
| author | user <user@clank> | 2026-08-07 09:15:53 +0200 |
|---|---|---|
| committer | user <user@clank> | 2026-08-07 09:15:53 +0200 |
| commit | a9406197c7d705ee6c0d46691f1655e34cb8bcc3 (patch) | |
| tree | 921bde2f8da13c860b25f18108b7a0c781018bbb /.gitignore | |
| parent | Park two proven-but-unresolvable F5-path optimisations, and record how to spo... (diff) | |
| download | ida-tui-pre-codemode.tar.gz ida-tui-pre-codemode.tar.xz ida-tui-pre-codemode.zip | |
Stop tracking 157MB of core dumps, and ignore thempre-codemode
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,3 +15,7 @@ build/ targets/ bin/ *.pristine.i64 + +# core dumps (idalib/SWIG can segfault under differential probes) +core +core.* |
