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

# Compilers
tools/mwccarm/**

# SDK
tools/bin/**

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

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

# 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

# NARCs
*.narc
*.arc
files/**/*.c
*.o
*.naix