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