Add files needed for using clangd

This commit is contained in:
Max Brunsfeld 2022-02-22 09:44:50 -08:00
parent d08f1af15c
commit af00782dfd
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View file

@ -3,6 +3,7 @@ log*.html
.idea
*.xcodeproj
.vscode
.cache
fuzz-results
@ -23,4 +24,4 @@ docs/assets/js/tree-sitter.js
*.obj
*.exp
*.lib
*.wasm
*.wasm

3
lib/compile_flags.txt Normal file
View file

@ -0,0 +1,3 @@
-std=c99
-Isrc
-Iinclude