forked from gdnsd/gdnsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (62 loc) · 956 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
# Autotools junk at top level
/autom4te.cache/
/aclocal.m4
/config.h
/config.h.in
/config.log
/config.status
/configure
/libtool
/stamp-h1
# Distribution tarballs and signatures
/gdnsd-*.tar.xz
/gdnsd-*.tar.xz.asc
# Built, installed binaries
/src/gdnsd
/src/gdnsdctl
/src/plugins/gdnsd_extmon_helper
/src/plugins/gdnsd_geoip_test
# old pathnames for above two:
/plugins/gdnsd_extmon_helper
/plugins/gdnsd_geoip_test
# Built and distributed in tarballs, but not kept in git
/src/zscan_rfc1035.c
/libgdnsd/vscf.c
# Testsuite stuff
/t/testout/
/t/libgdmaps/*.t
/t/libgdmaps/etc/
.prove
# Various QA tool outputs
/_vginst
/lcovout/
/bw-output/
/.scannerwork/
# Various tool outputs in all dirs
Makefile
Makefile.in
.dirstamp
.deps
.libs
*.o
*.so
*.lo
*.la
*.a
*.gcov
*.trucov
*.info
*.gcda
*.gcno
*.tmp
*.log
*.trs
*~
clang_output_*
# generated docs
*.[0-9]
*.pod
/wikidocs/
# generated systemd unit file + initscript
init/gdnsd.service
init/gdnsd.init