forked from openbgpd-portable/openbgpd-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
70 lines (63 loc) · 851 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
*.y
*.5
*.8
*.o
*.la
*.lo
*.orig
.deps
.dirstamp
.libs
openbsd
VERSION
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
openbgpd-*
openbgpd*.tar.gz
bgpd.conf
compat/arc4random.c
compat/arc4random_*
compat/chacha_private.h
compat/explicit_bzero.c
compat/fmt_scaled.c
compat/getentropy_*
compat/imsg-buffer.c
compat/imsg.c
compat/inet_net_pton.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
compat/vis.c
include/imsg.h
include/sha2_openbsd.h
include/util.h
include/vis.h
src/bgpctl/bgpctl
src/bgpd/bgpd
src/bgplgd/bgplgd
src/bgpctl/*.[ch]
src/bgpctl/*.in
src/bgpd/*.[ch]
src/bgpd/*.in
src/bgplgd/*.[ch]
src/bgplgd/*.in