-
Notifications
You must be signed in to change notification settings - Fork 767
/
.gitignore
141 lines (119 loc) · 1.7 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
.VSCodeCounter/
.vscode/
.vs/
Debug/
Release/
x64/
CMakeSettings.json
win32/libcork/Debug/
win32/libcork/Release/
win32/libcork/x64/
win32/libipset/Debug/
win32/libipset/Release/
win32/libipset/x64/
win32/libsodium/Debug/
win32/libsodium/Release/
win32/libsodium/x64/
win32/libudns/Debug/
win32/libudns/Release/
win32/libudns/x64/
win32/libuv/Debug/
win32/libuv/Release/
win32/libuv/x64/
win32/ssr-client/Debug/
win32/ssr-client/Release/
win32/ssr-client/x64/
win32/ssr-server/Debug/
win32/ssr-server/Release/
win32/ssr-server/x64/
win32/minicli/Makefile
win32/minicli/minicli
*.vcxproj.user
*.VC.opendb
*.sdf
*.suo
win32/ipch/
sh.exe.stackdump
*.opensdf
*.udb
build/
.vscode/
.deps/
/Makefile
src/Makefile
libev/Makefile
libudns/Makefile
libcork/Makefile
libipset/Makefile
doc/Makefile
autom4te.cache/
/config.h
config.log
config.status
libtool
pid
src/ss-*
!src/ss-nat
stamp-h1
.libs
.pc
debian/shadowsocks-libev/
debian/patches/
debian/files
debian/shadowsocks-libev.substvars
debian/*.debhelper*
.dirstamp
shadowsocks-libev.pc
debian/libshadowsocks-libev*.symbols
libsodium/src/libsodium/include/sodium/version.h
rpm/SPECS/shadowsocks-libev.spec
install_manifest.txt
*.xcworkspace
xcuserdata
# Ignore per-project vim config
.vimrc
# Ignore garbage of OS X
*.DS_Store
# Ignore vim cache
*.swp
# Documentation files
doc/*.1
doc/*.8
doc/*.gz
doc/*.xml
doc/*.html
Testing/
# Do not edit the following section
# Edit Compile Debug Document Distribute
*~
*.bak
*.bin
*.dll
*.exe
*-ISO*.bdf
*-JIS*.bdf
*-KOI8*.bdf
*.kld
*.ko
*.ko.cmd
*.lai
*.l[oa]
*.[oa]
*.obj
*.patch
*.so
*.pcf.gz
*.pdb
*.tar.bz2
*.tar.gz
#
cmake-build*
.idea/
ssr-server
ssr-client
ssr-local
cmake_install.cmake
CMakeCache.txt
CMakeFiles/
*.cbp
config.h