-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
54 lines (53 loc) · 1.46 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
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
/.vs
/Communication/bin
/Communication/obj
/Crow/bin
/Crow/obj
/Parser/bin
/Parser/obj
/TopPortLib/bin
/TopPortLib/obj
/Communication.Bluetooth/bin
/Communication.Bluetooth/obj
/packages
/TestDemo/MockTcpClient/bin
/TestDemo/MockTcpClient/obj
/TestDemo/PigeonPortDemo/bin
/TestDemo/PigeonPortDemo/obj
/TestDemo/Test/bin
/TestDemo/Test/obj
/TestDemo/TestTcpServer/bin
/TestDemo/TestTcpServer/obj
/TestDemo/TopPortLibIntTest/bin
/TestDemo/TopPortLibIntTest/obj
/TestDemo/TestNamedPipeClient/bin
/TestDemo/TestNamedPipeClient/obj
/TestDemo/TestNamedPipeServer/bin
/TestDemo/TestNamedPipeServer/obj
/TestDemo/PigeonPortProtocolDemo/bin
/TestDemo/PigeonPortProtocolDemo/obj
/TestDemo/TcpServer/bin
/TestDemo/TcpServer/obj
/TestDemo/CondorPortDemo/bin
/TestDemo/CondorPortDemo/obj
/TestDemo/CondorPortProtocolDemo/bin
/TestDemo/CondorPortProtocolDemo/obj
/TestDemo/TcpClient/bin
/TestDemo/TcpClient/obj
/TestDemo/ParserTest/bin
/TestDemo/ParserTest/obj
/TestDemo/TestUdp/bin
/TestDemo/TestUdp/obj
/TestDemo/TestUdp1/bin
/TestDemo/TestUdp1/obj
/TestDemo/Bluetooth/TestClient/bin
/TestDemo/Bluetooth/TestClient/obj
/TestDemo/Bluetooth/TestServer/bin
/TestDemo/Bluetooth/TestServer/obj
/TestDemo/Client/bin
/TestDemo/Client/obj
/TestDemo/Server/bin
/TestDemo/Server/obj