forked from openntpd-portable/openntpd-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (66 loc) · 763 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
70
71
72
*.y
*.5
*.8
*.o
*.la
*.lo
*.orig
.deps
.dirstamp
.libs
ntpd
openbsd
aclocal.m4
autom4te.cache/
compile
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
m4/l*.m4
missing
ylwrap
Makefile
Makefile.in
openntpd*.tar.gz
ntpd.conf
compat/arc4random.c
compat/arc4random_*
compat/chacha_private.h
compat/explicit_bzero.c
compat/getentropy_*
compat/imsg-buffer.c
compat/imsg.c
compat/md5.c
compat/reallocarray.c
compat/recallocarray.c
compat/sha2.c
compat/strlcat.c
compat/strlcpy.c
compat/strndup.c
compat/strnlen.c
compat/strtonum.c
client.c
config.c
constraint.c
control.c
include/imsg.h
include/md5.h
include/sha2_openbsd.h
log.c
log.h
ntp.c
ntp.h
ntp_dns.c
ntp_msg.c
ntpd.c
ntpd.h
parse.c
sensors.c
server.c
util.c