forked from olderzeus/game-and-watch-retro-go
-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
53 lines (40 loc) · 862 Bytes
/
.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
build
Drivers
Makefile
Core/Inc/rom_info.h
Core/Inc/githash.h
roms
.mxproject
saveflash.ld
rom_hashes.txt
Core/Src/retro-go/amstrad_roms.c
Core/Src/retro-go/col_roms.c
Core/Src/retro-go/gb_roms.c
Core/Src/retro-go/gg_roms.c
Core/Src/retro-go/nes_roms.c
Core/Src/retro-go/nes_bios.c
Core/Src/retro-go/pce_roms.c
Core/Src/retro-go/gw_roms.c
Core/Src/retro-go/sg1000_roms.c
Core/Src/retro-go/sms_roms.c
Core/Src/retro-go/msx_roms.c
Core/Src/retro-go/msx_bios.c
Core/Src/retro-go/wsv_roms.c
Core/Src/retro-go/md_roms.c
Core/Src/retro-go/a7800_roms.c
Core/Src/retro-go/zelda3_roms.c
Core/Src/porting/zelda3/zelda_assets.c
Core/Src/retro-go/smw_roms.c
Core/Src/porting/smw/smw_assets.c
Core/Src/retro-go/tama_roms.c
linux/loaded_gb_rom.c
linux/loaded_nes_rom.c
save_states
venv
**/.DS_Store
**/*.pyc
.vs/*
.vscode/*
.clang-format
.idea/
cmake-build-debug