-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
199 lines (192 loc) · 5.46 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
conf/settings
conf/network
*~
*.log
run
doc/style.css
doc/index.html
zlibs/zuper-dev
.vagrant
*.o
*.so
*.so.*
*.lo
*.la
*.a
*.pyc
.deps
.libs
*.dirstamp
*configure
*aclocal.m4
config.h
config.status
stamp-h1
autom4te.cache
.cproject
# stuff generated by compiling dnscrypt-proxy
*/dnscrypt-proxy/Makefile
*/dnscrypt-proxy/dist-build/Makefile
*/dnscrypt-proxy/libltdl/Makefile
*/dnscrypt-proxy/libltdl/libtool
*/dnscrypt-proxy/libtool
*/dnscrypt-proxy/man/Makefile
*/dnscrypt-proxy/src/Makefile
*/dnscrypt-proxy/src/ext/Makefile
*/dnscrypt-proxy/src/hostip/Makefile
*/dnscrypt-proxy/src/hostip/hostip
*/dnscrypt-proxy/src/include/Makefile
*/dnscrypt-proxy/src/libevent-modified/Makefile
*/dnscrypt-proxy/src/libevent-modified/include/Makefile
*/dnscrypt-proxy/src/libevent-modified/include/event2/event-config.h
*/dnscrypt-proxy/src/libevent-modified/libevent.pc
*/dnscrypt-proxy/src/libevent-modified/libevent_openssl.pc
*/dnscrypt-proxy/src/libevent-modified/libevent_pthreads.pc
*/dnscrypt-proxy/src/libevent-modified/libtool
*/dnscrypt-proxy/src/libevent-modified/sample/Makefile
*/dnscrypt-proxy/src/libevent-modified/sample/dns-example
*/dnscrypt-proxy/src/libevent-modified/sample/event-test
*/dnscrypt-proxy/src/libevent-modified/sample/hello-world
*/dnscrypt-proxy/src/libevent-modified/sample/http-server
*/dnscrypt-proxy/src/libevent-modified/sample/signal-test
*/dnscrypt-proxy/src/libevent-modified/sample/time-test
*/dnscrypt-proxy/src/libevent-modified/test/Makefile
*/dnscrypt-proxy/src/libevent-modified/test/bench
*/dnscrypt-proxy/src/libevent-modified/test/bench_cascade
*/dnscrypt-proxy/src/libevent-modified/test/bench_http
*/dnscrypt-proxy/src/libevent-modified/test/bench_httpclient
*/dnscrypt-proxy/src/libevent-modified/test/test-changelist
*/dnscrypt-proxy/src/libevent-modified/test/test-eof
*/dnscrypt-proxy/src/libevent-modified/test/test-init
*/dnscrypt-proxy/src/libevent-modified/test/test-ratelim
*/dnscrypt-proxy/src/libevent-modified/test/test-time
*/dnscrypt-proxy/src/libevent-modified/test/test-weof
*/dnscrypt-proxy/src/plugins/Makefile
*/dnscrypt-proxy/src/plugins/example-ldns-aaaa-blocking/Makefile
*/dnscrypt-proxy/src/plugins/example-ldns-blocking/Makefile
*/dnscrypt-proxy/src/plugins/example-ldns-opendns-deviceid/Makefile
*/dnscrypt-proxy/src/plugins/example-ldns-opendns-set-client-ip/Makefile
*/dnscrypt-proxy/src/plugins/example-logging/Makefile
*/dnscrypt-proxy/src/plugins/example/Makefile
*/dnscrypt-proxy/src/proxy/Makefile
*/dnscrypt-proxy/src/proxy/dnscrypt-proxy
*/dnscrypt-proxy/src/proxy/probes.h
*/dnscrypt-proxy/test/Makefile
# stuff generated by peerguardian
*/pgl/Makefile
*/pgl/docs/Makefile
*/pgl/libtool
*/pgl/pglcmd/Makefile
*/pgl/pglcmd/cron.daily/pglcmd
*/pgl/pglcmd/init/pgl
*/pgl/pglcmd/networkmanager/20pglcmd
*/pgl/pglcmd/pglcmd
*/pgl/pglcmd/pglcmd.defaults
*/pgl/pglcmd/pglcmd.main
*/pgl/pglcmd/pglcmd.wd
*/pgl/pgld/Makefile
*/pgl/pgld/pgld
*/pgl/pgld/src/.dirstamp
dnscrypt-proxy/src/proxy/probes.h
dnscrypt-proxy/test/Makefile
/.cproject
*/.project
.project
src/webui/conf/build.conf
.settings/
build/
debs/
src/database.h
src/dhcp/Makefile
src/dhcp/Makefile.in
src/dhcp/bind/Makefile
src/dhcp/bind/bind-9.9.8-P4/
src/dhcp/bind/bindvar.tmp
src/dhcp/client/Makefile
src/dhcp/client/Makefile.in
src/dhcp/client/tests/Makefile
src/dhcp/client/tests/Makefile.in
src/dhcp/common/Makefile
src/dhcp/common/Makefile.in
src/dhcp/common/tests/Makefile
src/dhcp/common/tests/Makefile.in
src/dhcp/compile
src/dhcp/config.guess
src/dhcp/config.report
src/dhcp/config.sub
src/dhcp/depcomp
src/dhcp/dhcpctl/Makefile
src/dhcp/dhcpctl/Makefile.in
src/dhcp/doc/devel/doxyfile
src/dhcp/includes/Makefile
src/dhcp/includes/Makefile.in
src/dhcp/install-sh
src/dhcp/missing
src/dhcp/omapip/Makefile
src/dhcp/omapip/Makefile.in
src/dhcp/relay/Makefile
src/dhcp/relay/Makefile.in
src/dhcp/server/Makefile
src/dhcp/server/Makefile.in
src/dhcp/server/tests/Makefile
src/dhcp/server/tests/Makefile.in
src/dhcp/tests/Makefile
src/dhcp/tests/Makefile.in
src/dhcp/tests/unittest.sh
src/dnscrypt-plugin/Makefile
src/dnscrypt-plugin/Makefile.in
src/dnscrypt-plugin/compile
src/dnscrypt-plugin/config.guess
src/dnscrypt-plugin/config.sub
src/dnscrypt-plugin/depcomp
src/dnscrypt-plugin/install-sh
src/dnscrypt-plugin/libtool
src/dnscrypt-plugin/ltmain.sh
src/dnscrypt-plugin/missing
src/dnscrypt-proxy/dnscrypt-update-resolvers.sh
src/dnscrypt-proxy/src/include/dnscrypt/version.h
src/dnscrypt-proxy/src/libevent-modified/libevent_core.pc
src/dnscrypt-proxy/src/libevent-modified/libevent_extra.pc
src/dowse-cmd-fifo
src/dowse-to-gource
src/dowse-to-mqtt
src/dowse-to-osc
src/hiredis-lock
src/modprobe
src/mosquitto/client/mosquitto_pub
src/mosquitto/client/mosquitto_sub
src/netdata/Makefile
src/netdata/charts.d/Makefile
src/netdata/conf.d/Makefile
src/netdata/contrib/Makefile
src/netdata/node.d/Makefile
src/netdata/plugins.d/Makefile
src/netdata/python.d/Makefile
src/netdata/python.d/python-modules-installer.sh
src/netdata/src/Makefile
src/netdata/src/apps.plugin
src/netdata/src/netdata
src/netdata/system/Makefile
src/netdata/system/netdata-init-d
src/netdata/system/netdata-lsb
src/netdata/system/netdata-openrc
src/netdata/system/netdata.logrotate
src/netdata/system/netdata.service
src/netdata/web/Makefile
src/pgld/pgld
src/privileges
src/seccrond/seccrond
src/sup/sup
src/dhcp/bind/include/
src/dhcp/client/dhclient
src/dhcp/dhcpctl/cltest
src/dhcp/dhcpctl/omshell
src/dhcp/omapip/svtest
src/dhcp/relay/dhcrelay
src/dhcp/server/dhcpd
src/mosquitto/src/mosquitto
webui.pid
src/thingsdb.h
src/parse-ip-neigh
config.mk
ops/Vagrantfile