Skip to content

Commit

Permalink
.gitignore: ignore /compile_commands.json
Browse files Browse the repository at this point in the history
This is the standard clang JSON Compilation Database file name, as
documented in:

https://clang.llvm.org/docs/JSONCompilationDatabase.html#build-system-integration

FYI the file is used by Language Server Protocol implementations and
other AST tools.

Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
booxter authored and ovsrobot committed Nov 6, 2023
1 parent 325c7b2 commit ddf4f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
/build-arch-stamp
/build-indep-stamp
/compile
/compile_commands.json
/config.guess
/config.h
/config.h.in
Expand Down

0 comments on commit ddf4f77

Please sign in to comment.