-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (51 loc) · 755 Bytes
/
.gitignore
File metadata and controls
58 lines (51 loc) · 755 Bytes
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
58
snowboardkids2.z64
snowboardkids2.eeprom
tools/gcc_kmc
__pycache__
compile_commands.json
.cache/*
src/**/*.asmproc.d
*.excalidraw
tools/scratches.json
# task-runner
tools/task-runner/logs
tools/claude_logs_*
tools/ignored_prompts_*.log
task-runner/**/*.log
# IDE and OS nonsense
.clj-kondo
.lsp
.DS_Store
.vscode
.venv
# permuter
src/temp.c
src/ctx.c
# build artefacts
build.log
snowboardkids2.map
nonmatchings
undefined_funcs_auto.txt
undefined_syms_auto.txt
romdiff
romdiffcount
build
assets
asm
snowboardkids2.d
snowboardkids2.ld
astemp_*
report.json
# secrets
.decomp_dev_secret
.push_secrets
# claude
**/.claude/settings.local.json
base_1_object_dump.s
target_object_dump.s
src/claude
tools/vacuum.log
tools/vacuum-*.log
# m2c
ctx.c
ctx.c.m2c