From 3272d126fdbdea6cf8e6b011322b5ec37c0cbe3d Mon Sep 17 00:00:00 2001 From: Ritchie Cunningham Date: Sat, 20 Sep 2025 01:19:53 +0100 Subject: [PATCH] [Fix] .gitignore typo --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2acbfa..d3969af 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ build/ *.suo *.user *.clangd/ -.compile_commands.json +compile_commands.json # For those messy OS'es that like to put files everywhere. .DS_Store