+ .gitignore

This commit is contained in:
Roland Conybeare 2023-10-03 17:00:05 -04:00
commit 2fc5a385fd

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
# symlink to ${my_build_directory}/compile_commands.json to make LSP work
compile_commands.json
# lsp keeps state here
.cache
# typical build dirs
build
ccov