From 1ffd4a28ad4668ec99c3e5f04e9e4ca490a9f85b Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Wed, 9 Oct 2024 13:34:53 -0400 Subject: [PATCH] Ignore core dumps. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 808b830..54dcf66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ #build files build/ - +core #VS Code config files. # .vscode/ Sort this out later. .gitignore-ing an already tracked file doesn't actually work. #settings