From a467f151bcaa9e6e3a1b6de1b2bbac279d9b19a6 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 6 Oct 2023 23:41:16 -0400 Subject: [PATCH] .gitignore: + compile_commands.json --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6abfb0de..f52f1311 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ .cache # typical build directory build +# lsp: symlink to file in build directory (established manually) +compile_commands.json