mirror of https://github.com/zeldaret/mm.git
parent
784c1724ff
commit
eee5762a55
|
@ -7,56 +7,29 @@ __pycache__/
|
||||||
.vscode/
|
.vscode/
|
||||||
.vs/
|
.vs/
|
||||||
.idea/
|
.idea/
|
||||||
CMakeLists.txt
|
.cache/
|
||||||
cmake-build-debug
|
compile_commands.json
|
||||||
venv/
|
|
||||||
.venv/
|
|
||||||
tags
|
|
||||||
|
|
||||||
# Project-specific ignores
|
# Project-specific ignores
|
||||||
|
.make_options.mk
|
||||||
|
extracted/
|
||||||
|
build/
|
||||||
|
expected/
|
||||||
|
asm/
|
||||||
|
data/
|
||||||
|
docs/doxygen/
|
||||||
*.z64
|
*.z64
|
||||||
*.n64
|
*.n64
|
||||||
*.v64
|
*.v64
|
||||||
*.sra
|
|
||||||
*.bin
|
|
||||||
*.elf
|
|
||||||
*.flash
|
|
||||||
archive/
|
|
||||||
build/
|
|
||||||
baserom/
|
|
||||||
decomp/
|
|
||||||
asm/
|
|
||||||
data/
|
|
||||||
extracted/
|
|
||||||
expected/
|
|
||||||
nonmatchings/
|
|
||||||
|
|
||||||
# Tool artifacts
|
# Tools
|
||||||
tools/ido5.3_compiler/
|
.venv/
|
||||||
tools/ido7.1_compiler/
|
|
||||||
tools/qemu-mips
|
|
||||||
tools/ido_recomp/* binary
|
|
||||||
ctx.c
|
ctx.c
|
||||||
graphs/
|
|
||||||
*.c.m2c
|
*.c.m2c
|
||||||
tools/**/*dSYM/
|
tools/*dSYM/
|
||||||
tools/decomp-permuter/
|
graphs/
|
||||||
tools/mips_to_c/
|
|
||||||
*.schl.inc
|
|
||||||
|
|
||||||
# Assets
|
|
||||||
*.png
|
|
||||||
*.jpg
|
|
||||||
!*_custom*
|
|
||||||
.extracted-assets.json
|
|
||||||
|
|
||||||
# Docs
|
|
||||||
!docs/**/*.png
|
|
||||||
docs/doxygen/
|
|
||||||
!.vscode/extensions.json
|
|
||||||
|
|
||||||
# Per-user configuration
|
# Per-user configuration
|
||||||
.python-version
|
# If you want to use your own gitignore rules without modifying this file:
|
||||||
.make_options
|
# - use `git config core.excludesFile path/to/my_gitignore_file`
|
||||||
.make_options.mk
|
# - or edit `.git/info/exclude`
|
||||||
.*env
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
# Output files
|
# Output files
|
||||||
!ido_recomp/**
|
|
||||||
*.exe
|
*.exe
|
||||||
yaz0
|
|
||||||
makeromfs
|
|
||||||
elf2rom
|
|
||||||
mkdmadata
|
mkdmadata
|
||||||
mkldscript
|
mkldscript
|
||||||
|
reloc_prereq
|
||||||
vtxdis
|
vtxdis
|
|
@ -1,8 +0,0 @@
|
||||||
# tool binaries
|
|
||||||
|
|
||||||
elf2rom
|
|
||||||
makeromfs
|
|
||||||
mkldscript
|
|
||||||
reloc_prereq
|
|
||||||
yaz0
|
|
||||||
makeyar
|
|
Loading…
Reference in New Issue