mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
5ddfce7824
makefile go brrrr
24 lines
195 B
Plaintext
24 lines
195 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
.lark_cache*
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
|
|
# Build artifacts
|
|
*.ld
|
|
*.z64
|
|
*.bin
|
|
*.i
|
|
*.Yay0
|
|
bin/
|
|
build/
|
|
docs/doxygen/
|
|
include/ld_addrs.h
|
|
|
|
.vscode/launch.json
|