From fe9b36140afa0abbc44c435cda254b7724bb230f Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 10 Oct 2023 15:21:36 -0400 Subject: [PATCH] + .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..41983345 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# lsp keep state here +.cache +# typical build directories +build +ccov