2ship2harkinian/.gitignore
Anghelo Carvajal c018e83d36
Remove decomp-permuter (#447)
* Nuke decomp permuter

* Add decomp permuter and mips2c to gitignore
2021-11-11 12:46:18 -03:00

47 lines
511 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
*.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/decomp-permuter/
tools/mips_to_c/
# Assets
*.png
*.jpg
!*_custom*
.extracted-assets.json
# Per-user configuration
.python-version