chore: update gitignore and add clangd configuration
This commit is contained in:
+9
-1
@@ -1,3 +1,11 @@
|
|||||||
.bin/
|
.bin/
|
||||||
test_files/
|
|
||||||
*.csv
|
*.csv
|
||||||
|
*.o
|
||||||
|
*.gcda
|
||||||
|
*.gcno
|
||||||
|
*.gcov
|
||||||
|
.clangd/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
tags
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
-Iinclude
|
||||||
|
-Itests
|
||||||
|
-Wall
|
||||||
|
-Wextra
|
||||||
|
-IC:/msys64/ucrt64/include
|
||||||
|
--target=x86_64-w64-mingw32
|
||||||
Reference in New Issue
Block a user