Update gitignore and add .clangd

This commit is contained in:
Edoardo Lolletti 2025-08-12 17:35:21 +02:00
parent 88a6137169
commit f7fb51c244
2 changed files with 5 additions and 1 deletions

2
.clangd Normal file
View File

@ -0,0 +1,2 @@
CompileFlags:
Add: [-std=gnu++23]

2
.gitignore vendored
View File

@ -9,3 +9,5 @@
*.DS_Store *.DS_Store
*._* *._*
!nitrofiles/* !nitrofiles/*
.qtc_clangd/*
*.TMP