]> git.proxmox.com Git - mirror_frr.git/blame - .gitignore
zebra: Allow ns delete to happen after under/over flow checks
[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
e7c25325
DL
31
32/Makefile
33/Makefile.in
34
35### autoconf/automake subdir stuff
36
3c5a0a4f 37.deps
e7c25325
DL
38.libs
39
40### build outputs
41
42*.o
43*.lo
44*.a
45*.la
46*.so
47*.loT
48*.pb.h
49*.pb-c.h
50*.pb-c.c
51*_clippy.c
52
53### dist
54
ee9d7744 55*.tar.?z
e7c25325
DL
56*.tar.?z.asc
57*.tar.asc
58*.deb
59*.ddeb
60*.dsc
61*.changes
62
63### other garbage
64
3c5a0a4f 65.nfs*
3c5a0a4f
PJ
66.arch-inventory
67.arch-ids
68{arch}
69build
e7c25325 70.cache
e30db001
PJ
71.msg
72.rebase-*
d68cbf92 73*~
e7c25325 74*.bak
3a8c7ba1 75*.swp
e7c25325
DL
76*.pyc
77__pycache__
78*.patch
79*.diff
04d34834 80cscope.*
a27647f9
DD
81TAGS
82tags
83GTAGS
84GSYMS
85GRTAGS
86GPATH
09acca5b 87compile_commands.json
19c9f076 88.dirstamp
e7c25325 89refix