-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
98 lines (92 loc) · 1.35 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
*.config
*.ncb
*.suo
*.obj
*.idb
*.pdb
*.map
*.aps
*.user
*.ilk
*.old
*.tmp
*.scc
*.vssscc
*.vspscc
*.exe
*.dll
*.log
*.vpn
*.se2
*.sys
*.res
*.exe.manifest
*.lib
*.exp
*.cache
*.application
*.Cache
*.FileListAbsolute.txt
*.FileList.txt
*.pch
BuildLog.htm
mt.dep
*.exe.embed.manifest
*.exe.intermediate.manifest
*.ocx
*.cab
*.orig
VPNGate.dat
azure_log
client_log
packet_log
packet_log_archive
probe_log
security_log
server_log
setuplog.dat
trash
vpn_debug
VPNGate.db
.data
ssl_log
*.zip
mayaqua.cer
mayaqua.key
*.resources
/src/tmp/**/*
!/src/BuildFiles/**/*
!app.config
!/src/bin/hamcore/**/*
/src/bin/hamcore/driver_installer.exe
/src/bin/hamcore/driver_installer_x64.exe
/src/bin/hamcore/PenCore.dll
/src/bin/hamcore/see.dll
/src/bin/hamcore/see_x64.dll
/src/bin/hamcore/vpncmdsys.exe
/src/bin/hamcore/vpncmdsys_x64.exe
/src/bin/hamcore/vpnsetup_nosign.exe
/src/vpnweb/Win32_Debug
/src/vpnweb/Win32_Release
/src/vpnweb/dlldata.c
/src/vpnweb/vpnweb.h
/src/vpnweb/vpnweb_i.c
/src/vpnweb/vpnweb_p.c
/src/bin/chain_certs
/src/bin/mkvpn_localbridge.txt
/src/bin/mkvpn_pdump.txt
/src/bin/ham
/src/bin/vpnbridge
/src/bin/vpnclient
/src/bin/vpncmd
/src/bin/vpnserver
/src/code
/src/object
/src/bin/mkvpn_debugflag.txt
/src/bin/hamcore/DeskSetup_nosign.exe
/src/bin/widegate
/src/abort_error_log.txt
/src/bin/*.cer
/src/bin/*.key
/src/bin/hamcore/ThinSetup_nosign.exe
/src/.vs/