From 8d0a327aadc6003508ee9582b34ab15f2f90160e Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 17 Oct 2023 15:36:11 -0400 Subject: [PATCH] .gitignore: + compile_commands.json --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9e716afc..e9746d99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# symlink to path/to/build/compile_commands.json should be manual +compile_commands.json # lsp keeps state here .cache # typical build directories