+ .gitignore

This commit is contained in:
Roland Conybeare 2023-10-17 16:08:14 -04:00
commit df951e4a4d

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