]> git.proxmox.com Git - mirror_frr.git/blame - .gitignore
Merge branch 'pr2983'
[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
10/ltmain.sh
11/stamp-h
12/stamp-h[0-9]*
3c5a0a4f 13*-stamp
e7c25325
DL
14/INSTALL
15/depcomp
16/missing
17/install-sh
18/mkinstalldirs
19/ylwrap
20/autom4te*.cache
21/configure.lineno
22/configure
23/config.h.in
24/confdefs.h
25/conftest
26/conftest.err
27/aclocal.m4
28/libtool
29
30/Makefile
31/Makefile.in
32
33### autoconf/automake subdir stuff
34
3c5a0a4f 35.deps
e7c25325
DL
36.libs
37
38### build outputs
39
40*.o
41*.lo
42*.a
43*.la
44*.so
45*.loT
46*.pb.h
47*.pb-c.h
48*.pb-c.c
49*_clippy.c
50
51### dist
52
ee9d7744 53*.tar.?z
e7c25325
DL
54*.tar.?z.asc
55*.tar.asc
56*.deb
57*.ddeb
58*.dsc
59*.changes
60
61### other garbage
62
3c5a0a4f 63.nfs*
3c5a0a4f
PJ
64.arch-inventory
65.arch-ids
66{arch}
67build
e7c25325 68.cache
e30db001
PJ
69.msg
70.rebase-*
d68cbf92 71*~
e7c25325 72*.bak
3a8c7ba1 73*.swp
e7c25325
DL
74*.pyc
75__pycache__
76*.patch
77*.diff
04d34834 78cscope.*
a27647f9
DD
79TAGS
80tags
81GTAGS
82GSYMS
83GRTAGS
84GPATH
09acca5b 85compile_commands.json
19c9f076 86.dirstamp
e7c25325 87refix