From 748c7d86e42af77b56436fae6607f98384c26945 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 27 Sep 2023 10:29:59 -0400 Subject: [PATCH] + .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..69e11d47 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# clangd (run via lsp) keeps state here +.cache +# typical build directory +build