From 25380b8da7b83bd0ab7dbd379d67b703e0e00baa Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 9 Oct 2023 13:51:34 -0400 Subject: [PATCH] + .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2323db6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# lsp keeps state here +.cache +# typical build directories +build +ccov +# compile_commands.json symlink -> build/compile_commands.json should be created manually +compile_commands.json