mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
f9bdb1d58a
* Makefile machinery work
* Updating Jenkinsfile
* Initial setup for OSX repo support
* Adding ido7 to repo
* Makefile reversion
* Iniital Dockerfile
* Docker stuff
* fixbaserom cleanup
* Attempting to fix fixbaserom
* baserom_original -> input
* Revert "baserom_original -> input"
This reverts commit d9199462b6
.
* Spiffing up readme for OSX
46 lines
597 B
Text
46 lines
597 B
Text
# Cache files
|
|
__pycache__/
|
|
.pyc
|
|
|
|
# Text editor remnants
|
|
.vscode/
|
|
.vs/
|
|
.idea/
|
|
CMakeLists.txt
|
|
cmake-build-debug
|
|
venv/
|
|
|
|
# Project-specific ignores
|
|
build/
|
|
notes/
|
|
baserom/
|
|
*.elf
|
|
*.sra
|
|
*.z64
|
|
*.n64
|
|
*.v64
|
|
*.map
|
|
*.dump
|
|
out.txt
|
|
|
|
# Tool artifacts
|
|
tools/mipspro7.2_compiler/
|
|
tools/overlayhelpers/batchdisasm/output/*
|
|
tools/overlayhelpers/batchdisasm/output2/*
|
|
tools/overlayhelpers/batchdisasm/mipsdisasm/*
|
|
tools/disasm/output/*
|
|
tools/asmsplitter/asm/*
|
|
tools/asmsplitter/c/*
|
|
|
|
# Assets
|
|
*.rgba32.png
|
|
*.rgb5a1.png
|
|
*.i4.png
|
|
*.i8.png
|
|
*.ia4.png
|
|
*.ia8.png
|
|
*.ci4.png
|
|
*.ci8.png
|
|
|
|
#Per-user configuration
|
|
.python-version
|