2ship2harkinian/.gitignore
mzxrules f1560614d6
z_object_switch OK (#527)
* z_obj_switch all functions attempted

* z_obj_switch OK

* Document z_obj_switch

* update gameplay_dangeon_keep references

* pr changes implemented

* fix warnings

* pr suggestions, name all functions
2022-03-10 05:49:11 -05:00

53 lines
581 B
Plaintext

# Cache files
__pycache__/
.pyc
.DS_Store
# Text editor remnants
.vscode/
.vs/
.idea/
CMakeLists.txt
cmake-build-debug
venv/
tags
# Project-specific ignores
*.z64
*.sra
*.bin
*.elf
archive/
build/
baserom/
decomp/
asm/
data/
expected/
nonmatchings/
# Tool artifacts
tools/ido5.3_compiler/
tools/ido7.1_compiler/
tools/qemu-mips
tools/ido_recomp/* binary
ctx.c
graphs/
*.c.m2c
tools/**/*dSYM/
tools/decomp-permuter/
tools/mips_to_c/
# Assets
*.png
*.jpg
!*_custom*
.extracted-assets.json
# Docs
!docs/**/*.png
!.vscode/extensions.json
# Per-user configuration
.python-version