mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
* makefile changes * minor 'if's cleanup * changed version to ntsc-1.2 and removed hackeroot-mq * fixed some build issues * format files * fix boot issues * remove mod_assets system * add f3dex2 offsets for ntsc 1.0, 1.1 and 1.2 * update F3DEX3 * format * make adjustements * post-merge fixes * remove settings.json from tracking * temp delete c_cpp_properties.json * hopefully fix .vscode oddities * fixed sym_info * fix build issues * fixed profiler issues Co-authored by: Thar0 <17233964+Thar0@users.noreply.github.com> * format + don't format example scene sources * proper f3dex3 patches folders --------- Co-authored-by: Yanis42 <35189056+Yanis42@users.noreply.github.com>
44 lines
613 B
Plaintext
44 lines
613 B
Plaintext
# Cache files
|
|
__pycache__/
|
|
.pyc
|
|
.DS_Store
|
|
|
|
# IDE files
|
|
.vscode/*.*
|
|
.vscode/**/.*
|
|
!.vscode/c_cpp_properties.json
|
|
.vs/
|
|
.idea/
|
|
.cache/
|
|
compile_commands.json
|
|
|
|
# Project-specific ignores
|
|
.make_options.mk
|
|
extracted/
|
|
build/
|
|
expected/
|
|
docs/doxygen/
|
|
*.z64
|
|
*.n64
|
|
*.v64
|
|
*.wad
|
|
*.iso
|
|
*.bin
|
|
*.blend1
|
|
F3DEX3/*/*.code
|
|
F3DEX3/*/*.data
|
|
wadextract/
|
|
isoextract/
|
|
|
|
# Tools
|
|
.venv/
|
|
ctx.c
|
|
tools/*dSYM/
|
|
graphs/
|
|
tools/Flips/**/CMakeLists.txt
|
|
|
|
# Per-user configuration
|
|
# 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`
|