-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitignore
41 lines (41 loc) · 1015 Bytes
/
.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
*.suo
*.db
*.db-shm
*.db-wal
*.opendb
*.ipch
*.cache
*.user
*.dll
*.metagen
*.pdb
*.obj
*.res
*.recipe
*.log
*.pch
*.tlog
*.lastbuildstate
*.txt
/wiresock/Win32/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cpp
/wiresock/Win32/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cpp
/wiresock/x64/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cpp
/wiresock/x64/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cpp
*.ilk
*.exe
*.pcap
*.idb
*.iobj
*.ipdb
*.lib
*.config
*.p7s
*.nupkg
*._
*.xml
/wiresock_service/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/wiresock_service/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/wiresock_service/obj/x64/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/wiresock_service/obj/x64/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/wiresock_service/obj/x86/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
/wiresock_service/obj/x86/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs