Added ignore for all core dump files.

This commit is contained in:
Jake Goodwin 2026-03-17 18:21:23 -07:00
parent 2b308a6b1d
commit 3aa1b73e8f

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ build/compile_commands.json
build/.cache/clangd/index build/.cache/clangd/index
build/*.* build/*.*
tags tags
*.core