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

# Compilers
tools/mwccarm/**

# Build folder
build/**
arm7/build/**
arm9/build/**

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

# ROM
*.srl

# Tool executables
*.exe

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