update gitignore to be more accurate with the current workings of things

This commit is contained in:
2025-08-13 11:42:57 +02:00
parent c1471e92bd
commit c716a9accd

5
.gitignore vendored
View File

@@ -6,6 +6,7 @@
# unhide dotfiles we want to keep # unhide dotfiles we want to keep
!.gitignore !.gitignore
!.gitmodules
!.editorconfig !.editorconfig
!.clang-format !.clang-format
!/.github/ !/.github/
@@ -14,10 +15,8 @@
*.o *.o
*.d *.d
*.out *.out
*.lock
/bin/ /bin/
/obj/ /obj/
/test/bin/
/test/obj/
*.lock
/vcpkg_installed/ /vcpkg_installed/
compile_commands.json compile_commands.json