blob: dc0447c845314c3ffdff0a2db11ecf83fde9e9cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# Cache files
__pycache__/
.pyc
.DS_Store
# Text editor remnants
.vscode/
.vs/
.idea/
cmake-build-debug
venv/
tags
# Project-specific ignores
*.z64
*.n64
*.v64
*.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
docs/doxygen/
!.vscode/extensions.json
# Per-user configuration
.python-version
.make_options
.*env
*.otr
|