forked from sonertari/SSLproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (56 loc) · 843 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/src/*.o
/tests/check/*.o
/src/*.dSYM
/tests/check/*.dSYM
/src/sslproxy
/tests/check/sslproxy.test
/tests/check/engine/*.dylib
/tests/check/engine/*.so
/tests/check/pki/dh*.param
/tests/check/pki/dsa.pem
/tests/check/pki/dsa.crt
/tests/check/pki/dsa.key
/tests/check/pki/dsa.param
/tests/check/pki/ec.pem
/tests/check/pki/ec.crt
/tests/check/pki/ec.key
/tests/check/pki/pwd.key
/tests/check/pki/rsa.pem
/tests/check/pki/rsa.crt
/tests/check/pki/rsa.key
/tests/check/pki/server.pem
/tests/check/pki/server.crt
/tests/check/pki/server.key
/tests/check/pki/targets/*
/extra/*.pyc
/tests/testproxy/lp/lp
/nbproject/
/tests/testproxy/lp/nbproject/
# CVS default ignores begin
tags
TAGS
.make.state
.nse_depinfo
*~
#*
.#*
,*
_$*
*$
*.old
*.bak
*.BAK
*.orig
*.rej
.del-*
*.a
*.olb
*.o
*.obj
*.so
*.exe
*.Z
*.elc
*.ln
core
# CVS default ignores end