forked from ericyonng/FrightenStone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (102 loc) · 3.76 KB
/
.gitignore
File metadata and controls
102 lines (102 loc) · 3.76 KB
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
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
/base/base/x64/Debug/*.idb
/TestSuit/TestSuit/x64/Debug/*.idb
/sln/windows/frightenstone/x64/Debug/*.ilk
/sln/windows/frightenstone/frightenstone/x64/Debug/*.intermediate
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/*.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/45560e1d38be201a/*.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/a5c95df1be6ea0e5/*.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/a940dfab6290b271/*.ipch
/base/base/x64/Debug/base.tlog/*.lastbuildstate
/TcpPort/Client/Client/x64/Debug/Client.tlog/*.lastbuildstate
/TcpPort/Server/Server/x64/Debug/Server.tlog/*.lastbuildstate
/TestSuit/TestSuit/x64/Debug/TestSuit.tlog/*.lastbuildstate
/sln/windows/frightenstone/x64/Debug/*.lib
/base/base/x64/Debug/*.log
/sln/windows/frightenstone/frightenstone/x64/Debug/*.log
/TcpPort/Client/Client/x64/Debug/*.log
/TcpPort/Server/Server/x64/Debug/*.log
/TestSuit/TestSuit/*.log
/TestSuit/TestSuit/x64/Debug/*.log
/base/common/component/Impl/Aes/*.md
/base/base/x64/Debug/*.obj
/TestSuit/TestSuit/x64/Debug/*.obj
/sln/windows/frightenstone/.vs/frightenstone/v15/*.opendb
/base/base/x64/Debug/*.pch
/base/base/x64/Debug/*.pdb
/sln/windows/frightenstone/x64/Debug/*.pdb
/TestSuit/TestSuit/x64/Debug/*.pdb
/sln/windows/frightenstone/.vs/frightenstone/v15/*.suo
/base/base/x64/Debug/base.tlog/*.tlog
/TcpPort/Client/Client/x64/Debug/Client.tlog/*.tlog
/TcpPort/Server/Server/x64/Debug/Server.tlog/*.tlog
/TestSuit/TestSuit/x64/Debug/TestSuit.tlog/*.tlog
/sln/windows/frightenstone/.vs/config/*.config
/sln/windows/frightenstone/.vs/frightenstone/v15/*.db
/sln/windows/frightenstone/.vs/frightenstone/v15/*.db-shm
/sln/windows/frightenstone/.vs/frightenstone/v15/*.db-wal
/sln/windows/frightenstone/x64/Debug/*.dll
/sln/windows/frightenstone/x64/Debug/*.exe
/sln/windows/frightenstone/x64/Debug/*.exp
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/50d43ef4c5bdde7e/*.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/63b2a99485b08d15/*.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/84abb1df9dcef19c/*.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/b8577f80ffb156f/*.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/c9b4e5540166e45f/*.ipch
/3rd/tiny-utf8/.travis.yml
/TcpPort/Client/Client/x64/Debug/Client.obj
/TcpPort/Client/Client/x64/Debug/Client.pch
/TcpPort/Client/Client/x64/Debug/InitProcess.obj
/TcpPort/Client/Client/x64/Debug/TcpClient.obj
/TcpPort/Client/Client/x64/Debug/stdafx.obj
/TcpPort/Client/Client/x64/Debug/vc141.idb
/TcpPort/Client/Client/x64/Debug/vc141.pdb
/TcpPort/Server/Server/x64/Debug/ClientSocket.obj
/TcpPort/Server/Server/x64/Debug/InitProcess.obj
/TcpPort/Server/Server/x64/Debug/Server.obj
/TcpPort/Server/Server/x64/Debug/Server.pch
/TcpPort/Server/Server/x64/Debug/TcpServer.obj
/TcpPort/Server/Server/x64/Debug/pch.obj
/TcpPort/Server/Server/x64/Debug/vc141.idb
/TcpPort/Server/Server/x64/Debug/vc141.pdb
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/2ac0f4f0757907cd/TINYUTF8.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/369e86b485c922e/TESTUTF8.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/8447116a1da9259b/RIJNDAEL.ipch
/sln/windows/frightenstone/.vs/frightenstone/v15/ipch/AutoPCH/ea07ff9ec6e7ac0f/RIJNDAEL.ipch
/所需移植组件.docx
/base/base/x64/Debug/base.tlog/unsuccessfulbuild
*.log
*.obj
*.pch
*.tlog
*.lastbuildstate
*.dmp
*.logOld1
*.logOld10
*.logOld11
*.logOld12
*.logOld13
*.logOld14
*.logOld15
*.logOld16
*.logOld17
*.logOld18
*.logOld19
*.logOld2
*.logOld20
*.logOld3
*.logOld4
*.logOld5
*.logOld6
*.logOld7
*.logOld8
*.logOld9
*.ipch