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.
This commit is contained in:
Ondrej Kozina
2025-02-04 16:13:02 +01:00
parent e257def910
commit a321068e8d

1
.gitignore vendored
View File

@@ -17,6 +17,7 @@ ABOUT-NLS
aclocal.m4
autom4te.cache/
compile
compile_commands.json
config.guess
config.h
config.h.in