git: Add compile_command.json to .gitignore and update comment
This commit is contained in:
parent
3979a9010b
commit
f2550e9430
1 changed files with 4 additions and 1 deletions
5
bootstrap/cxx/.gitignore
vendored
5
bootstrap/cxx/.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
|
||||
# default build directory
|
||||
# default build directory for VSCode
|
||||
/build/
|
||||
|
||||
# used by clangd and other programs
|
||||
|
@ -8,5 +8,8 @@
|
|||
# used for local development
|
||||
Makefile
|
||||
|
||||
# Used by IDEs to get correct error messages
|
||||
compile_commands.json
|
||||
|
||||
# quick test scripts in the main directory
|
||||
/*.bolt
|
||||
|
|
Loading…
Reference in a new issue