From 303758cb528d40047d991ca86fd680f6cb38ce31 Mon Sep 17 00:00:00 2001 From: Cyd Date: Thu, 6 Aug 2026 09:37:58 -0500 Subject: [PATCH] Testers' crash dumps stay out of the history Crashdmp\ is where a dump sent in by a tester lands. Read it with cdb against the matching Release\rpl4opt.pdb - the PE timestamp recorded in the dump says which build it came from, and the symbols mean nothing unless it matches. Not tracked, because a minidump is not ours to keep: it carries process memory and the sender's own file paths. Co-Authored-By: Claude Opus 5 (1M context) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index dfa48fa..750c0a4 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,10 @@ assets/**/last.spl # packaged releases (attached to Gitea releases, not tracked) RedPlanet-*.zip + +# Crash dumps sent in by testers. Read them with cdb against the matching +# Release\rpl4opt.pdb - the PE timestamp in the dump says which build, and +# the symbols only mean anything if it matches. They are not ours to keep +# in the history: a minidump carries process memory and the sender's own +# file paths. +/Crashdmp/