mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
5062f785fc
* Only process touched files and abort the extraction if one file wasn't extracted properly Signed-off-by: angie <angheloalf95@gmail.com> * add actorfixer and graphovl Signed-off-by: angie <angheloalf95@gmail.com> * Re set execution permisions to diff.py Signed-off-by: angie <angheloalf95@gmail.com> * Add graphs/ to gitignore Signed-off-by: angie <angheloalf95@gmail.com> * Add looners flag to graphovl Signed-off-by: angie <angheloalf95@gmail.com> * Parse macros Signed-off-by: angie <angheloalf95@gmail.com> * cleanup Signed-off-by: angie <angheloalf95@gmail.com> * Add enum parser to graphovl Signed-off-by: angie <angheloalf95@gmail.com> * Remove redundant code Signed-off-by: angie <angheloalf95@gmail.com> * cleanup Signed-off-by: angie <angheloalf95@gmail.com> * Custom colors to graphovl! * Select multiples styles for graphovl * Add solarized light style * Add renames of #796 * Add unaccounted warning flag * remove graphovl * git subrepo clone https://github.com/AngheloAlf/graphovl.git tools/graphovl subrepo: subdir: "tools/graphovl" merged: "577e71592" upstream: origin: "https://github.com/AngheloAlf/graphovl.git" branch: "master" commit: "577e71592" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * remove graphovl * Add `graphovl/` to gitignore
52 lines
630 B
Text
52 lines
630 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*
|
|
|
|
# Per-user configuration
|
|
.python-version
|