+ .gitignore

This commit is contained in:
Roland Conybeare 2024-04-01 20:11:11 -04:00
commit ad8c028e73

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