blob: 07b99316d1f42ca60305f0ed97dee3ed3e2164ef (
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
|
# 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
# MacOS garbage
.DS_Store
|