forked from NLnetLabs/nsd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (56 loc) · 807 Bytes
/
.gitignore
File metadata and controls
57 lines (56 loc) · 807 Bytes
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
*.o
/.libs/
/Makefile
/autom4te.cache/
/aclocal.m4
/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/config.guess
/config.guess~
/config.sub
/config.sub~
/install-sh
/install-sh~
/configure
/configure~
/configlexer.c
/configparser.c
/configparser.h
/zlexer.c
/zparser.c
/zparser.h
/nsd
/nsd-checkconf
/nsd-checkzone
/nsd-control
/nsd-control-setup.sh
/nsd-checkconf.8
/nsd-checkzone.8
/nsd-control.8
/nsd.8
/nsd.conf.5
/nsd.conf.sample
/nsd-mem
/cutest
/popen3_echo
/udb-inspect
/xfr-inspect
/contrib/nsd.openrc
/contrib/nsd-tmpfiles.conf
/dnstap/dnstap.pb-c.c
/dnstap/dnstap.pb-c.h
/dnstap/dnstap_config.h
/tpkg/result.*
/tpkg/.done-*
/tpkg/long/result.*
/tpkg/long/.done-*
/tpkg/long/*.log
/*.ll
/xdp-dns-redirect_kern_pinned.c
# Eclipse IDE Project Settings
.cproject
.project
.settings/