-
Notifications
You must be signed in to change notification settings - Fork 62
/
.gitignore
120 lines (120 loc) · 2.11 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
*.a
*.bundle
*.lo
*.hlo
*.o
*.so
*.xmlh
autom4te.cache
configure
.configure.*
config.log
config.status
.DS_Store
/Makefile
docs/out
sql/Makefile
sql/reconnoiter_ddl_dump.sql
src/noit_config.h.in
src/Makefile
src/**/Makefile
!src/modules/example/Makefile
src/dhparam*.txt
src/*.dSYM
src/js/node_modules/
src/js/noit/node_modules/
test/t/node_modules/
src/lua/src/lua
src/modules/*.dSYM
src/modules/histogram_test
src/noit_version.h
src/noitd
src/noit_b2sm
src/noit.conf
src/noit.env
src/scratch/
src/test-noit.conf
src/stratcond
src/stratcon.conf
src/test-stratcon.conf
src/java/activemq-data
src/java/jezebel
src/java/lib/jezebel.jar
src/java/lib/reconnoiter.jar
src/java/classes
src/jlog/jlog_config.h
src/jlog/perl/Makefile.PL
src/jlog/jtest
src/jlog/jlogctl
src/man/*.8
src/man/*.h
src/Makefile.objs
src/module-online.h
src/noit_config.h
src/scripts/noit-config
src/udns/udns_codes.c
src/utils/dtrace_probes.h
src/LuaJIT/lib/vmdef.lua
src/LuaJIT/src/jit/vmdef.lua
src/LuaJIT/src/buildvm
src/LuaJIT/src/lj_bcdef.h
src/LuaJIT/src/lj_ffdef.h
src/LuaJIT/src/lj_folddef.h
src/LuaJIT/src/lj_libdef.h
src/LuaJIT/src/lj_recdef.h
src/LuaJIT/src/lj_vm.s
src/LuaJIT/src/luajit
src/LuaJIT/src/host/buildvm
src/LuaJIT/src/host/buildvm_arch.h
src/LuaJIT/src/host/minilua
src/libnoit-ll.so*
src/libnoit.so*
src/libnoit*dylib
src/libnoit_dtrace_probes.h
src/noit_dtrace_probes.h
src/stratcon_dtrace_probes.h
src/resolver.cache
test/.rnd
test/Makefile
test/00.pem
test/01.pem
test/02.pem
test/03.pem
test/badclient.crt
test/badclient.csr
test/badclient.key
test/busted/asan.log.*
test/client.crt
test/client.csr
test/client.key
test/demoCA/
test/test-ca.crl
test/test-ca.crt
test/test-ca.csr
test/test-ca.key
test/test-noit.crt
test/test-noit.csr
test/test-noit.key
test/test-stratcon.crt
test/test-stratcon.csr
test/test-stratcon.key
test/t/logs
test/test_tags
pkg/debian/changelog
*~
.*.swp
src/bundle.pb-c.c
src/bundle.pb-c.h
src/java/com/
src/modules/prometheus.pb-c.c
src/modules/prometheus.pb-c.h
src/modules/types.pb-c.c
src/modules/types.pb-c.h
.vscode/
!.vscode/launch.json.template
!.vscode/extensions.json
.autotools
.cproject
.project
.settings/
.latest_buildtype