+ .gitignore

This commit is contained in:
Roland Conybeare 2023-09-25 17:56:57 -04:00
commit 57808cc614

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# clangd working space (see emacs+lsp)
.cache
# typical cmake build directory (source-tree-nephew)
build*/*