From ecd9cb5d8554a3f17262444b9e33c4df49422264 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 18 Oct 2023 11:47:53 -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..8ea1f615 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# lsp keep state here +.cache +# typical build directories +build +ccov +# for lsp: manual symlink to chosen build directory +compile_commands.json