Skip to content

Commit

Permalink
git: ignore compile_commands.json file
Browse files Browse the repository at this point in the history
It is useful to be used with clangd to enhance a text editor.

This file can be generated with bear, e.g.

  $ make clean
  $ bear --append -- make -j$(nproc) all check

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Oct 8, 2024
1 parent fd2e0e2 commit 74615d6
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 @@ -59,3 +59,4 @@ tests/*.log
tests/*.trs
tests/test-suite.log
README
compile_commands.json

0 comments on commit 74615d6

Please sign in to comment.