From f8e337c783acd3b68bdb1f079ba651ca22d2aa36 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 3 Apr 2024 13:03:33 -0400 Subject: [PATCH] xo-unit: build: .gitignore ++ flake.lock --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 13c0afb7..e1c0d400 100644 --- a/.gitignore +++ b/.gitignore @@ -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)