From 3fde3369c8070b45e916c570aea249bebfd36108 Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Thu, 28 May 2026 14:54:36 -0400 Subject: [PATCH] chore: gitignore core dumps (core.) Stop crashed-process core dumps (core.144926, etc.) from showing up as untracked noise / being committed by accident. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 63631b0e..b6c612a4 100644 --- a/.gitignore +++ b/.gitignore @@ -237,6 +237,10 @@ package.json package-lock.json .worktrees/ .gstack/ + +# Core dumps from crashed processes (e.g. core.12345) +core.[0-9]* +**/core.[0-9]* .gitnexus # graphify knowledge graph outputs