]> git.proxmox.com Git - mirror_frr.git/blame - .gitignore
Merge pull request #4204 from dslicenc/frr-reload-bfd-timers
[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
52*_clippy.c
53
54### dist
55
ee9d7744 56*.tar.?z
e7c25325
DL
57*.tar.?z.asc
58*.tar.asc
59*.deb
60*.ddeb
61*.dsc
62*.changes
63
64### other garbage
65
3c5a0a4f 66.nfs*
3c5a0a4f
PJ
67.arch-inventory
68.arch-ids
69{arch}
70build
e7c25325 71.cache
e30db001
PJ
72.msg
73.rebase-*
d68cbf92 74*~
e7c25325 75*.bak
3a8c7ba1 76*.swp
e7c25325 77*.pyc
3c794006 78*.dmp
e7c25325
DL
79__pycache__
80*.patch
81*.diff
04d34834 82cscope.*
a27647f9
DD
83TAGS
84tags
85GTAGS
86GSYMS
87GRTAGS
88GPATH
09acca5b 89compile_commands.json
19c9f076 90.dirstamp
e7c25325 91refix