mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
23fe156f6b
* Skip compiler download if user has them already (Docker Windows) * Use Expand-Archive instead of tar to extract zip on Windows * Return to using latest wibo in Dockerfile * Switch wibo to latest version in guide also improve formatting a bit * Skip compiler download if user has them already (Docker Mac/Linux) * Slightly optimize error handling * Make docker upgrade packages on build * add compiler readmes to .gitignore * add compiler folders to .gitignore this is better than just the readmes just in case anything inside the zip changes in the future * Fix newline * Re-add command that was deleted by accident
31 lines
394 B
Plaintext
31 lines
394 B
Plaintext
__pycache__/
|
|
.vscode/
|
|
build/
|
|
expected/
|
|
out/
|
|
dump/*
|
|
!dump/foresta.rel.sha1
|
|
!dump/static.dol.sha1
|
|
*.dol
|
|
*.rel
|
|
*.exe
|
|
*.dll
|
|
*.arc
|
|
*.ctx
|
|
ctx.*
|
|
!tools/orthrus.exe
|
|
!tools/sjiswrap.exe
|
|
build.ninja
|
|
ac-decomp.code-workspace
|
|
assets/
|
|
tools/cli.ini
|
|
tools/cli.py
|
|
src/data/bin1
|
|
src/data/bin2
|
|
objdiff.json
|
|
src/data/item/player_room_floor
|
|
src/data/item/player_room_wall
|
|
tools/1.2.5n/
|
|
tools/1.3.2r/
|
|
tools/1.3.2/
|