forked from VIONYT/4Ever-NG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
108 lines (94 loc) · 2.27 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Happy/*
Launcher/*
4gb_patch.exe
tgame.bak
tglobal.bak
**/*.lnk
.vs
# AAAAAAAAAAAA SUPPRIMER
TServer/Lib/*
TServer/lib/*
TServer/Servers/*
# Internals
Includes/Internals/.vs/*
Includes/Internals/TChart/Debug/*
Includes/Internals/TChart/Release/*
Includes/Internals/TChart/.vs/*
Includes/Internals/TachyonControl/Debug/*
Includes/Internals/TachyonControl/Release/*
Includes/Internals/TachyonControl/.vs/*
Includes/Internals/TCML/Debug/*
Includes/Internals/TCML/Release/*
Includes/Internals/TCML/.vs/*
Includes/Internals/TComp/Debug/*
Includes/Internals/TComp/Release/*
Includes/Internals/TComp/.vs/*
Includes/Internals/TEngine/Debug/*
Includes/Internals/TEngine/Release/*
Includes/Internals/TEngine/.vs/*
Includes/Internals/TProtocol/Release/*
Includes/Internals/TProtocol/.vs/*
# TClient
TClient/Debug/*
TClient/Release/*
TClient/ReleaseNEW_IF/*
TClient/.vs/*
TClient/Exec/TClient.exp
TClient/Exec/TClient.lib
TClient/Exec/TClient.pdb
TClient/Exec/TClient.ilk
TClient/Exec/TClient.map
TClient/Exec/TClientd.ilk
TClient/Exec/TClientd.map
# TServer
TServer/.vs/*
TServer/Servers/Configurations/*
TServer/Lib/TNetLib.lib
TServer/Lib/TNetLibd.lib
TServer/TNetLib/Debug/*
TServer/TNetLib/Release/*
# TLogin
TServer/TLoginSvr/Debug/*
TServer/TLoginSvr/Release/*
TServer/TLoginSvr/TLoginSvr.h
TServer/TLoginSvr/TLoginSvr_i.c
TServer/TLoginSvr/TLoginSvr.aps
# TMap
TServer/TMapSvr/Debug/*
TServer/TMapSvr/Release/*
TServer/TMapSvr/TMapSvr.h
TServer/TMapSvr/TMapSvr_i.c
TServer/TMapSvr/TMapSvr.aps
# TWorld
TServer/TWorldSvr/Debug/*
TServer/TWorldSvr/Release/*
TServer/TWorldSvr/TWorldSvr.h
TServer/TWorldSvr/TWorldSvr_i.c
TServer/TWorldSvr/TWorldSvr.aps
# TRelay
TServer/TRelaySvr/Debug/*
TServer/TRelaySvr/Release/*
TServer/TRelaySvr/TRelaySvr.h
TServer/TRelaySvr/TRelaySvr_i.c
TServer/TRelaySvr/TRelaySvr.aps
# TPatch
TServer/TPatchSvr/Debug/*
TServer/TPatchSvr/Release/*
TServer/TPatchSvr/TPatchSvr.h
TServer/TPatchSvr/TPatchSvr_i.c
TServer/TPatchSvr/TPatchSvr.aps
# TControl
TServer/TControlSvr/Debug/*
TServer/TControlSvr/Release/*
TServer/TControlSvr/TControlSvr.h
TServer/TControlSvr/TControlSvr_i.c
TServer/TControlSvr/TControlSvr.aps
# TServerSystem
TServer/TServerSystem/Debug/*
TServer/TServerSystem/Release/*
# TCMLParser
TCMLParser/Debug/*
TCMLParser/Release/*
TCMLParser/TEST.txt
# Tools
TClient/Tools