]> git.proxmox.com Git - mirror_frr.git/blame - .gitignore
Merge pull request #3506 from opensourcerouting/6.0-init-fixes
[mirror_frr.git] / .gitignore
CommitLineData
9cc65c1d
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
1ae84a35 10/config.version
9cc65c1d
DL
11/ltmain.sh
12/stamp-h
13/stamp-h[0-9]*
3c5a0a4f 14*-stamp
9cc65c1d
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
30
31/Makefile
32/Makefile.in
33
34### autoconf/automake subdir stuff
35
3c5a0a4f 36.deps
9cc65c1d
DL
37.libs
38
39### build outputs
40
41*.o
42*.lo
43*.a
44*.la
45*.so
46*.loT
47*.pb.h
48*.pb-c.h
49*.pb-c.c
50*_clippy.c
51
52### dist
53
ee9d7744 54*.tar.?z
9cc65c1d
DL
55*.tar.?z.asc
56*.tar.asc
57*.deb
58*.ddeb
59*.dsc
60*.changes
61
62### other garbage
63
3c5a0a4f 64.nfs*
3c5a0a4f
PJ
65.arch-inventory
66.arch-ids
67{arch}
68build
9cc65c1d 69.cache
e30db001
PJ
70.msg
71.rebase-*
d68cbf92 72*~
9cc65c1d 73*.bak
3a8c7ba1 74*.swp
9cc65c1d
DL
75*.pyc
76__pycache__
77*.patch
78*.diff
04d34834 79cscope.*
a27647f9
DD
80TAGS
81tags
82GTAGS
83GSYMS
84GRTAGS
85GPATH
09acca5b 86compile_commands.json
19c9f076 87.dirstamp
9cc65c1d 88refix