From eee5762a555379aa865765ee0414c6409903681e Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Fri, 18 Oct 2024 17:45:18 -0700 Subject: [PATCH] Clean up gitignores (#1715) * Clean up gitignores * c m2c file --- .gitignore | 59 ++++++++++--------------------------- tools/.gitignore | 7 ++--- tools/buildtools/.gitignore | 8 ----- 3 files changed, 18 insertions(+), 56 deletions(-) delete mode 100644 tools/buildtools/.gitignore diff --git a/.gitignore b/.gitignore index 7df5de28f2..bcafe6a085 100644 --- a/.gitignore +++ b/.gitignore @@ -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` diff --git a/tools/.gitignore b/tools/.gitignore index 510eba35b7..1bd543a825 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,9 +1,6 @@ # Output files -!ido_recomp/** *.exe -yaz0 -makeromfs -elf2rom mkdmadata mkldscript -vtxdis \ No newline at end of file +reloc_prereq +vtxdis diff --git a/tools/buildtools/.gitignore b/tools/buildtools/.gitignore deleted file mode 100644 index 1119d97869..0000000000 --- a/tools/buildtools/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# tool binaries - -elf2rom -makeromfs -mkldscript -reloc_prereq -yaz0 -makeyar