From f2550e9430a9a6879b18c6c71c0913116a0b0767 Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Sun, 21 Jan 2024 01:51:25 +0100 Subject: [PATCH] git: Add compile_command.json to .gitignore and update comment --- bootstrap/cxx/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap/cxx/.gitignore b/bootstrap/cxx/.gitignore index 2f8268b48..ee88074c4 100644 --- a/bootstrap/cxx/.gitignore +++ b/bootstrap/cxx/.gitignore @@ -1,5 +1,5 @@ -# default build directory +# default build directory for VSCode /build/ # used by clangd and other programs @@ -8,5 +8,8 @@ # used for local development Makefile +# Used by IDEs to get correct error messages +compile_commands.json + # quick test scripts in the main directory /*.bolt