chore: update gitignore and add clangd configuration

This commit is contained in:
Stevan Freeborn
2026-07-18 16:41:32 -05:00
parent 612100463e
commit 401925d012
2 changed files with 15 additions and 1 deletions
+9 -1
View File
@@ -1,3 +1,11 @@
.bin/ .bin/
test_files/
*.csv *.csv
*.o
*.gcda
*.gcno
*.gcov
.clangd/
*.swp
*.swo
*~
tags
+6
View File
@@ -0,0 +1,6 @@
-Iinclude
-Itests
-Wall
-Wextra
-IC:/msys64/ucrt64/include
--target=x86_64-w64-mingw32