git: Add compile_command.json to .gitignore and update comment

This commit is contained in:
Sam Vervaeck 2024-01-21 01:51:25 +01:00
parent 3979a9010b
commit f2550e9430
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -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