mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
The compile_commands.json database is used by clangd to understand the compilation settings of the project. Keep this up to date by making ninja update it as part of the build, and have it depend on all build and module files.
16 lines
123 B
Plaintext
16 lines
123 B
Plaintext
.cache
|
|
.lock*
|
|
/build*
|
|
*.bak
|
|
tags
|
|
jsix.log
|
|
*.out
|
|
*.o
|
|
*.a
|
|
sysroot
|
|
.gdb_history
|
|
.peru
|
|
__pycache__
|
|
/venv
|
|
compile_commands.json
|