From 2fc5a385fda05db2c87425197bc902e64bd9c2b1 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 3 Oct 2023 17:00:05 -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..81c5ae6d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# symlink to ${my_build_directory}/compile_commands.json to make LSP work +compile_commands.json +# lsp keeps state here +.cache +# typical build dirs +build +ccov