sync config files with template

This commit is contained in:
2025-03-22 11:15:53 +01:00
parent bd904b5e32
commit d44e99ade5
6 changed files with 284 additions and 70 deletions

28
.gitignore vendored
View File

@@ -1,7 +1,21 @@
.cache
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
bin
obj
compile_commands.json
# ignore all dotfiles by default
.*
# rubbish we don't want to track
~*
*~
*.bak
# ignore output files
*.o
*.d
*.log
/bin/
/obj/
/compile_commands.json
# unignore dotfiles that we'd like to keep
!.gitignore
!.editorconfig
!/.clang-format
!/.github/