summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8314bb885e786e679b76a78fb60ac902d60d7fd6 (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
# Compiler binaries
mwcc_compiler/
binutils/

# Build artifacts
build/
*.o
*.elf
*.map
*.dol
vtable.lcf

# Game Assets
game/

# Disk Images
*.iso
*.gcm

# Generated documentation
docs/doxygen/

# Temporary files
*.swp
*.dump

# IDE
.vscode/
.idea/

# Python
__pycache__/
venv/

# m2ctx files
m2ctx.py
ctx.c

# Asset Config
asset_config.json