mirror of
https://github.com/jonko0493/blocksds-clangd-devcontainer.git
synced 2025-06-18 13:55:30 -04:00
27 lines
236 B
Plaintext
27 lines
236 B
Plaintext
# NDS and melonDS files
|
|
*.nds
|
|
*.sav
|
|
*.ml1
|
|
*.ml2
|
|
*.ml3
|
|
*.ml4
|
|
*.ml5
|
|
*.ml6
|
|
*.ml7
|
|
*.ml8
|
|
*.ml9
|
|
|
|
# Build & ninja stuff
|
|
build/*
|
|
*.elf
|
|
build.ninja
|
|
.ninja_deps
|
|
.ninja_log
|
|
*.log
|
|
|
|
# python cache
|
|
__pycache__/
|
|
|
|
# clangd
|
|
.cache/
|
|
compile_commands.json |