blocksds-clangd-devcontainer/.gitignore
2025-05-08 23:42:45 -07:00

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