blob: 74eab54233b5404a1a42f9bc1a004c0fdf2355da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Object files
*.nds
# Compilers
tools/mwccarm/**
# Build folder
build/**
# CLion folders
.idea/
cmake-build-debug/
# ROM
*.nds
*.srl
# Tool executables
*.exe
|