From 43a08a9628ceb3df96e15a3f6eabbc691c3d85b5 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 10 Oct 2023 15:22:31 -0400 Subject: [PATCH] gitignore: + compile_commands.json --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 41983345..8ea1f615 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ # typical build directories build ccov +# for lsp: manual symlink to chosen build directory +compile_commands.json