+ .gitignore

This commit is contained in:
Roland Conybeare 2023-10-18 12:07:00 -04:00
commit f6a1fe7dc0

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# clangd working space (see emacs+lsp)
.cache
# typical cmake build directory (source-tree-nephew)
build*/*
# symlink to builddir/compile_commands.json; should be set manually in dev sandbox
compile_commands.json