mirror of
https://github.com/zeldaret/st
synced 2026-06-18 07:25:26 -04:00
01a4804485
* Add CMakeList to create compilation database with minimal instructions * Tidy up CMakeLists and add documentation * Rename project in CMakeLists to generalize * Add details to the LSP doc * Add editor config files to `.gitignore`
29 lines
267 B
Plaintext
29 lines
267 B
Plaintext
build/
|
|
.vscode/
|
|
.clangd
|
|
cmake/
|
|
compile_commands.json
|
|
ph_*/
|
|
*.nds
|
|
*bios.bin
|
|
/m2ctx
|
|
*.sav
|
|
*.ml*
|
|
*.xMAP
|
|
objdiff.json
|
|
/objdiff-cli
|
|
/objdiff-cli.exe
|
|
/dsd
|
|
/dsd.exe
|
|
/dsd.pdb
|
|
build.ninja
|
|
.ninja_log*
|
|
.ninja_lock
|
|
.ninja_deps
|
|
/wibo
|
|
m2c*.c
|
|
nonmatchings/
|
|
.venv/
|
|
venv/
|
|
tools/*.exe
|