summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6e1fa301f5f906ba52f59e85f6e65769e46df6dd (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
# Object files
*.nds

# Compilers
tools/mwccarm/**

# SDK
tools/bin/**

# Build folder
build/**
arm*/build/**

# CLion folders
.idea/
cmake-build-debug/

# ROM
*.srl

# Tool executables
*.exe

# Generated files
*.4bpp
*.lz
*.gbapal

# For asmdiff
arm*/baserom.*
*.dump

*.lcf.template

# Working files
arm9/modules/module_*.s
arm9/modules/module_*.sbin
arm9/modules/module_*.cfg

# Dism scripts
dism.sh
asmdiff.sh

# Symbols CSV
symbols.csv