From c716a9accd911c9819ac83d065904f2389424c54 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 13 Aug 2025 11:42:57 +0200 Subject: [PATCH] update gitignore to be more accurate with the current workings of things --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33b0377..88eed6f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # unhide dotfiles we want to keep !.gitignore +!.gitmodules !.editorconfig !.clang-format !/.github/ @@ -14,10 +15,8 @@ *.o *.d *.out +*.lock /bin/ /obj/ -/test/bin/ -/test/obj/ -*.lock /vcpkg_installed/ compile_commands.json