From 5b558ce086ccbb4861e914a676dc8212cb3042f0 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 6 Oct 2023 18:42:32 -0400 Subject: [PATCH] .gitignore: + compile_commands.json --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 69e11d4..e90fd72 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ .cache # typical build directory build +# compile_commands.json: symlink to build directory, should be created manually +compile_commands.json