From 3aa1b73e8fc997c4af6c9dc00853f80dcf42f258 Mon Sep 17 00:00:00 2001 From: jake-g00dwin Date: Tue, 17 Mar 2026 18:21:23 -0700 Subject: [PATCH] Added ignore for all core dump files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f5029c3..d9d4417 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ build/compile_commands.json build/.cache/clangd/index build/*.* tags +*.core