summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8a5dcde3d119ac52a924bf3f4d63779083387b8a (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
# precompiled python
*.pyc

# compiled object file
*.o

# roms
*.gbc

# rgbds extras
*.map
*.sym

# save game files
*.sgm
*.sav
*.sys
*.sn*

# converted image/palette data
*.1bpp
*.2bpp
*.pal

# *disasm.py output file
*disasm_output.asm