xo-pyunit: + .gitignore

This commit is contained in:
Roland Conybeare 2024-05-01 10:24:07 -05:00
commit 8c6b01b485

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