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/
.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
View File

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

View File

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