Files
tp/.gitignore
T
Keith Lazuka eda795addf Fix build for new contributors (#1994)
* Add pyyaml to Python dependencies

* Add Jetbrains IDE dir to gitignore

* Check magic number on the ISO file
2023-12-01 10:22:38 -07:00

36 lines
283 B
Plaintext

# Compiler binaries
mwcc_compiler/
# Build artifacts
build/
*.o
*.elf
*.map
*.dol
vtable.lcf
# Game Assets
game/
# Disk Images
*.iso
*.gcm
# Generated documentation
docs/doxygen/
# Temporary files
*.swp
*.dump
# IDE
.vscode/
.idea/
# Python
__pycache__/
venv/
m2ctx.py
ctx.c