xo-unit: build: .gitignore ++ flake.lock

This commit is contained in:
Roland Conybeare 2024-04-03 13:03:33 -04:00
commit f8e337c783

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# flake.nix builds source in this tree.
# must not commit flake.lock that would need hash from this repo
flake.lock
# clangd working space (see emacs+lsp)
.cache
# typical cmake build directory (source-tree-nephew)