]> git.proxmox.com Git - mirror_frr.git/blame - .gitignore
bgpd: `neighbor X:X::X default-originate` complains about (null)
[mirror_frr.git] / .gitignore
CommitLineData
e7c25325
DL
1### autoconf/automake root stuff
2
3/compile
4/config.log
5/config.h
6/config.cache
7/config.status
8/config.guess
9/config.sub
06871ed9 10/config.version
e7c25325
DL
11/ltmain.sh
12/stamp-h
13/stamp-h[0-9]*
3c5a0a4f 14*-stamp
e7c25325
DL
15/INSTALL
16/depcomp
17/missing
18/install-sh
19/mkinstalldirs
20/ylwrap
21/autom4te*.cache
22/configure.lineno
23/configure
24/config.h.in
25/confdefs.h
26/conftest
27/conftest.err
28/aclocal.m4
29/libtool
e0180b66 30/libtool.orig
74afa5e6 31/changelog-auto
e7c25325
DL
32
33/Makefile
34/Makefile.in
35
36### autoconf/automake subdir stuff
37
3c5a0a4f 38.deps
e7c25325
DL
39.libs
40
41### build outputs
42
43*.o
44*.lo
45*.a
46*.la
47*.so
48*.loT
49*.pb.h
50*.pb-c.h
51*.pb-c.c
ec2ac5f2 52*.pb.cc
e7c25325
DL
53*_clippy.c
54
55### dist
56
ee9d7744 57*.tar.?z
e7c25325
DL
58*.tar.?z.asc
59*.tar.asc
60*.deb
61*.ddeb
62*.dsc
63*.changes
64
65### other garbage
66
3c5a0a4f 67.nfs*
3c5a0a4f
PJ
68.arch-inventory
69.arch-ids
70{arch}
71build
e7c25325 72.cache
e30db001
PJ
73.msg
74.rebase-*
d68cbf92 75*~
e7c25325 76*.bak
3a8c7ba1 77*.swp
e7c25325 78*.pyc
3c794006 79*.dmp
e7c25325
DL
80__pycache__
81*.patch
82*.diff
04d34834 83cscope.*
a27647f9
DD
84TAGS
85tags
86GTAGS
87GSYMS
88GRTAGS
89GPATH
09acca5b 90compile_commands.json
19c9f076 91.dirstamp
e7c25325 92refix