forked from pinobatch/240p-test-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
65 lines (64 loc) · 1.12 KB
/
.gitignore
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
*.sw[a-p]
*.o
*~
*.chr
*.2bpp
*.chr1
*.pb16
*.pb53
*.sb53
*.iu53
*.pyc
*.cdl
*.nes.ram.nl
*.n??.deb
zip.in
/*.zip.in
__pycache__/
/240p-test-mini-*.zip
/fc-mdf/obj/fc-mdf/*.s
/fc-mdf/*.n??.deb
/fc-mdf/*.dbg
/fc-mdf/*.fdb
/fc-mdf/*map.txt
/fc-mdf/mdfourier-*.nes
/fc-mdf/mdfourier.prg
/gameboy/obj/gb/*.z80
/gameboy/obj/gb/*.nam
/gameboy/obj/gb/*.iu
/gameboy/obj/gb/*.iuc
/gameboy/obj/gb/*.pal
/gameboy/obj/gb/*.huf
/gameboy/obj/gb/*.border
/gameboy/obj/gb/last-commit*
/gameboy/gb240p.gb
/gameboy/gb240p.map
/gameboy/gb240p.sym
# mgba-qt makes .sav files even for games with no battery
# these are unrelated to NES savtool's image format
/gameboy/gb240p.sav
/gba/build
/gba/240p*.elf
/gba/240p*.gba
/gba/*.sav
/gba/.map
/gba/compile_commands.json
/nes/obj/nes/*.s
/nes/obj/nes/*.sav
/nes/obj/nes/last-commit*
/nes/*.dbg
/nes/*.fdb
/nes/*map.txt
/nes/240pee-*rom.nes
/nes/240pee.nes
/nes/mdfourier.nsf
/nes/mdfourier4k.nes
/nes/mdfourier4k-chrrom.nes
/nes/240p-nes-others.7z
/common/tools/dte
/common/tools/dte.exe
/nes-palpar/palpar.nes
/nes-palpar/obj/nes/*.sav
/nes-palpar/obj/nes/*.nam
# this is NES and Game Boy homebrew, not DSiWare
*.DS_Store