Files
HackerOoT/.gitignore
Inapusan f802a0e482 Bugfixes and New MM options (#187)
* bug fixing and MM options

added the Majora's Mask bottles as an option along with the option to uncap the jumping velocity. added an option for the audio delay workaround and fixed errors for the camera debugger

* removed zone.identifier

* cleaned up and changed bottle textures to my own

* deleted the zone identifier again why

* cleanup and new bottle fill texture

* finalized

* whoopsie

* my last commit frfr

* fix

---------

Co-authored-by: Yanis002 <35189056+Yanis002@users.noreply.github.com>
2025-11-10 18:05:31 +01:00

51 lines
676 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
*.png~
*.dol
*.Identifier
*.dol
F3DEX3/*/*.code
F3DEX3/*/*.data
wadextract/
isoextract/
# Tools
.venv/
ctx.c
tools/*dSYM/
graphs/
tools/Flips/**/CMakeLists.txt
# Test Suite files
testsuite*
# 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`