setup: clangd config file for c++20 linter and added build files to

gitignore
This commit is contained in:
2025-11-06 15:07:12 +01:00
parent a27a11603b
commit 036b905cd6
2 changed files with 6 additions and 0 deletions

5
.clangd Normal file
View File

@@ -0,0 +1,5 @@
If:
PathMatch: .*\.hpp
CompileFlags:
Add: [-std=c++20]

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
build