forked from gdnsd/gdnsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
67 lines (57 loc) · 912 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
# 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
/plugins/gdnsd_extmon_helper
/plugins/gdnsd_geoip_test
# Built and not distributed or installed
/src/zscan_rfc1035.c
/libgdnsd/vscf.c
# Built and installed, but not distributed
/libgdnsd/bopts.h
# Testsuite input/output directories
/t/testout/
# lcov html output from qa/coverage.sh
/lcovout/
# libgdmaps unit test junk
/t/libgdmaps/*.t
/t/libgdmaps/etc/
# saved state for "prove"
.prove
# Various tool outputs in all dirs
Makefile
Makefile.in
.dirstamp
.deps
.libs
*.o
*.so
*.lo
*.la
*.gcov
*.trucov
*.info
*.gcda
*.gcno
*.tmp
*.log
*.trs
*~
clang_output_*
# generated docs
*.[0-9]
*.pod
/wikidocs/
# generated systemd unit file
sysd/gdnsd.service