Skip to content

Commit a321068

Browse files
committed
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.
1 parent e257def commit a321068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ABOUT-NLS
1717
aclocal.m4
1818
autom4te.cache/
1919
compile
20+
compile_commands.json
2021
config.guess
2122
config.h
2223
config.h.in

0 commit comments

Comments
 (0)