-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (39 loc) · 742 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (39 loc) · 742 Bytes
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
# configuration
Sources/Client/mamehub.properties
# Scripts & Config
Client/deployServer.sh
Client/genThrift.sh
Client/pushNewJarAllOS.sh
Client/ume.ini
*.class
target
# Mac system file
.DS_Store
# Python binary
.pyc
# Package Files #
*.war
*.ear
# Updater (downloaded manually)
Binaries/Tools/Updater.jar
# Frontend (downloaded manually)
Binaries/dist/MAMEHubClient.jar
# Windows Files
INSTALL.bat
INSTALLXP.bat
MAMEHub.in
MAMEHub.bat
Binaries/MumblePortable
# Emulator binaries
Sources/Emulator/csume
Sources/Emulator/csume64
Sources/Emulator/csume.exe
Sources/Emulator/csume64.exe
Sources/Emulator/csume.sym
Sources/Emulator/csume64.sym
# Build objects
Sources/Emulator/obj
# Eclipse Project Files
.settings
.project
.classpath