15 lines
250 B
Text
15 lines
250 B
Text
|
|
# default build directory for VSCode
|
|
/build/
|
|
|
|
# used by clangd and other programs
|
|
.cache/
|
|
|
|
# used for local development
|
|
Makefile
|
|
|
|
# Used by IDEs to get correct error messages
|
|
compile_commands.json
|
|
|
|
# quick test scripts in the main directory
|
|
/*.bolt
|