forked from mafia2online/m2o-reborn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (55 loc) · 1.07 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
# binaries
**/*.dll
**/*.exe
# building stuff
build/*
build-mac/*
build-lin/*
build-win/*
*.dir/*
.vs/*
*.swp
# os stuff
.DS_Store
Thumbs.db
.sync/
# project stuff
## binaries
binary/*
!binary/client/
!binary/server/
!binary/other/
!binary/client.bat
!binary/client-pair.bat
!binary/server.sh.bat
### client
binary/client/*
!binary/client/cef
binary/client/cef/cache/
binary/client/cef/userdata/
binary/client/cef/ceflog.txt
!binary/client/files
!binary/client/chrome_elf.dll
!binary/client/d3dcompiler_43.dll
!binary/client/d3dcompiler_47.dll
!binary/client/icudtl.dat
!binary/client/launcher.exe
!binary/client/libcef.dll
!binary/client/libEGL.dll
!binary/client/libfreetype-6.dll
!binary/client/libGLESv2.dll
!binary/client/natives_blob.bin
!binary/client/snapshot_blob.bin
!binary/client/steam_api.dll
!binary/client/steam_appid.txt
!binary/client/v8_context_snapshot.bin
!binary/client/widevinecdmadapter.dll
!binary/client/zlib1.dll
### server
binary/server/*
!binary/server/.keep
### other
binary/other/*
!binary/other/.keep
!binary/other/pug.bmp
!binary/other/m2o-2clients.exe