1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 09:03:36 +00:00
ooot/.gitignore
2020-03-17 00:31:30 -04:00

45 lines
582 B
Plaintext

# 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
*.map
*.dump
out.txt
# Tool artifacts
tools/ido7.1_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