papermario/.gitignore
Ethan Roseman 3ec626ce08 remove .ld
2020-10-14 12:48:19 -04:00

17 lines
117 B
Plaintext

# Python
__pycache__/
venv/
# Misc
.idea/
.DS_Store
ctx.c
expected/
# Build artifacts
*.ld
*.z64
*.bin
bin/
build/