+ .gitignore

This commit is contained in:
Roland Conybeare 2023-10-09 13:51:34 -04:00
commit 25380b8da7

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
# lsp keeps state here
.cache
# typical build directories
build
ccov
# compile_commands.json symlink -> build/compile_commands.json should be created manually
compile_commands.json