+ .gitignore

This commit is contained in:
Roland Conybeare 2023-10-03 17:37:50 -04:00
commit 592447fa15

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
# symlink to ${mybuilddirectory}/compile_commands.json for LSP
compile_commands.json
# LSP keeps state here
.cache
# typical build directories
build
ccov