Clean up gitignores (#1715)

* Clean up gitignores

* c m2c file
This commit is contained in:
Derek Hensley 2024-10-18 17:45:18 -07:00 committed by GitHub
parent 784c1724ff
commit eee5762a55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 56 deletions

59
.gitignore vendored
View File

@ -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

5
tools/.gitignore vendored
View File

@ -1,9 +1,6 @@
# Output files # Output files
!ido_recomp/**
*.exe *.exe
yaz0
makeromfs
elf2rom
mkdmadata mkdmadata
mkldscript mkldscript
reloc_prereq
vtxdis vtxdis

View File

@ -1,8 +0,0 @@
# tool binaries
elf2rom
makeromfs
mkldscript
reloc_prereq
yaz0
makeyar