From a321068e8da4c3386f23a932184aa804fe5cef58 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Tue, 4 Feb 2025 16:13:02 +0100 Subject: [PATCH] Add compile_commands.json file to .gitignore. The file is used to describe project compilation independent of build system in use. It can also help LSP servers to improve code suggestions since it can see how the project is configured and respect, for example, content of config.h file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 41715d1f..537c3a55 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ ABOUT-NLS aclocal.m4 autom4te.cache/ compile +compile_commands.json config.guess config.h config.h.in