mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
fd512f02e9
* Automatic XML for link_animetion * Make sure tutorial images are not gitignored * OK * Correct ovl_Boss_Sst RangeEnd * ExternalFiles * Remove Segment="128" * Remove segments from place_title_cards * format, newlines, remove previous xml
56 lines
677 B
Text
56 lines
677 B
Text
# Cache files
|
|
__pycache__/
|
|
.pyc
|
|
.DS_Store
|
|
|
|
# Text editor remnants
|
|
.vscode/
|
|
.vs/
|
|
.idea/
|
|
CMakeLists.txt
|
|
cmake-build-debug
|
|
venv/
|
|
|
|
# Project-specific ignores
|
|
build/
|
|
expected/
|
|
notes/
|
|
baserom/
|
|
docs/doxygen/
|
|
*.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/*
|
|
ctx.c
|
|
tools/*dSYM/
|
|
graphs/
|
|
|
|
# Assets
|
|
*.png
|
|
*.jpg
|
|
*.mdli
|
|
*.anmi
|
|
*.obj
|
|
*.mtl
|
|
*.fbx
|
|
!*_custom*
|
|
.extracted-assets.json
|
|
|
|
# Docs
|
|
!docs/tutorial/
|
|
|
|
# Per-user configuration
|
|
.python-version
|