.gitignore: + compile_commands.json

This commit is contained in:
Roland Conybeare 2023-10-06 23:41:16 -04:00
commit a467f151bc

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
.cache
# typical build directory
build
# lsp: symlink to file in build directory (established manually)
compile_commands.json