forked from openresty/stream-lua-nginx-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (78 loc) · 1008 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
*~
*.swp
*.swo
*.bak
nginx
buildroot/
lua
tags
build19
ctags
*.tags
src/contentby.[ch]
src/common.h
src/util.[ch]
src/directive.[ch]
src/lex.[ch]
src/module.c
src/cache.[ch]
src/clfactory.[ch]
src/tcp.[ch]
src/exception.[ch]
src/pcrefix.[ch]
src/uthread.[ch]
src/coroutine.[ch]
src/semaphore.[ch]
src/output.[ch]
src/consts.[ch]
src/string.[ch]
src/log.[ch]
src/time.[ch]
src/control.[ch]
src/sleep.[ch]
src/phase.[ch]
src/ctx.[ch]
src/regex.[ch]
src/script.[ch]
src/shdict.[ch]
src/udp.[ch]
src/timer.[ch]
src/config.[ch]
src/worker.[ch]
src/misc.[ch]
src/initby.[ch]
src/shdict.[ch]
src/initworkerby.[ch]
src/variable.[ch]
src/args.[ch]
echo
reindex
go
t/servroot*
*.plist
Makefile
t/*.t_
html_out/
ebooks.sh
*.pdf
*.patch
src/ngx_stream_lua_autoconf.h
src/api.c
src/autoconf.h
src/balancer.c
src/balancer.h
src/certby.c
src/certby.h
src/filters.c
src/filters.h
src/logby.c
src/logby.h
src/prereadby.c
src/prereadby.h
src/probe.h
src/request.c
src/request.h
src/ringbuf.c
src/ringbuf.h
src/ssl.c
src/ssl.h