.gitignore: + compile_commands.json

This commit is contained in:
Roland Conybeare 2023-10-06 18:42:32 -04:00
commit 5b558ce086

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
.cache
# typical build directory
build
# compile_commands.json: symlink to build directory, should be created manually
compile_commands.json