summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 78528ae335412a5a03bade1eb403009b1844f56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Object files
*.nds

# Compilers
tools/mwccarm/**

# Build folder
build/**

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

# ROM
*.srl

# Tool executables
*.exe