summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 07a57f0a48241adad1fa12e02043c45dee4aa72a (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
# ROM
*.gb
*.sgb
*.gbc
*.sym
*.map
*.sav
*.sn*
*.rtc
!shim.sym

# build artifacts
/build

# build tools
tools/scan_includes
tools/pkmncompress
tools/gfx
*.exe
*.pyc
__pycache__

# utility output
/coverage.png