2020-03-17 04:31:30 +00:00
|
|
|
# Cache files
|
|
|
|
__pycache__/
|
|
|
|
.pyc
|
|
|
|
|
|
|
|
# Text editor remnants
|
|
|
|
.vscode/
|
|
|
|
.vs/
|
|
|
|
.idea/
|
|
|
|
CMakeLists.txt
|
|
|
|
cmake-build-debug
|
|
|
|
venv/
|
|
|
|
|
|
|
|
# Project-specific ignores
|
|
|
|
build/
|
|
|
|
notes/
|
|
|
|
baserom/
|
2020-06-28 18:42:16 +00:00
|
|
|
docs/doxygen/
|
2020-03-17 04:31:30 +00:00
|
|
|
*.elf
|
|
|
|
*.sra
|
|
|
|
*.z64
|
2020-03-28 02:30:19 +00:00
|
|
|
*.n64
|
|
|
|
*.v64
|
2020-03-17 04:31:30 +00:00
|
|
|
*.map
|
|
|
|
*.dump
|
|
|
|
out.txt
|
|
|
|
|
|
|
|
# Tool artifacts
|
2020-03-18 16:31:36 +00:00
|
|
|
tools/mipspro7.2_compiler/
|
2020-03-17 04:31:30 +00:00
|
|
|
tools/overlayhelpers/batchdisasm/output/*
|
|
|
|
tools/overlayhelpers/batchdisasm/output2/*
|
|
|
|
tools/overlayhelpers/batchdisasm/mipsdisasm/*
|
|
|
|
tools/disasm/output/*
|
|
|
|
tools/asmsplitter/asm/*
|
|
|
|
tools/asmsplitter/c/*
|
2020-06-19 01:12:58 +00:00
|
|
|
ctx.c
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
# Assets
|
|
|
|
*.rgba32.png
|
|
|
|
*.rgb5a1.png
|
|
|
|
*.i4.png
|
|
|
|
*.i8.png
|
|
|
|
*.ia4.png
|
|
|
|
*.ia8.png
|
|
|
|
*.ci4.png
|
|
|
|
*.ci8.png
|
|
|
|
|
2020-05-01 01:47:42 +00:00
|
|
|
# Per-user configuration
|
2020-04-25 00:34:00 +00:00
|
|
|
.python-version
|