]> git.proxmox.com Git - mirror_frr.git/blame - .gitignore
Merge pull request #5793 from ton31337/fix/formatting_show_bgp_summary_failed
[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
ba7eb55e
DL
36/symalyzer_report.html
37/jquery-3.4.1.min.js
38/jquery-3.4.1.min.js.tmp
39
e7c25325
DL
40### autoconf/automake subdir stuff
41
3c5a0a4f 42.deps
e7c25325
DL
43.libs
44
45### build outputs
46
47*.o
48*.lo
49*.a
50*.la
51*.so
52*.loT
53*.pb.h
54*.pb-c.h
55*.pb-c.c
ec2ac5f2 56*.pb.cc
e7c25325
DL
57*_clippy.c
58
59### dist
60
ee9d7744 61*.tar.?z
e7c25325
DL
62*.tar.?z.asc
63*.tar.asc
64*.deb
65*.ddeb
66*.dsc
67*.changes
68
69### other garbage
70
3c5a0a4f 71.nfs*
3c5a0a4f
PJ
72.arch-inventory
73.arch-ids
74{arch}
75build
e7c25325 76.cache
e30db001
PJ
77.msg
78.rebase-*
d68cbf92 79*~
e7c25325 80*.bak
3a8c7ba1 81*.swp
e7c25325 82*.pyc
3c794006 83*.dmp
e7c25325
DL
84__pycache__
85*.patch
86*.diff
04d34834 87cscope.*
a27647f9
DD
88TAGS
89tags
90GTAGS
91GSYMS
92GRTAGS
93GPATH
09acca5b 94compile_commands.json
76d37f14 95.ccls-cache
19c9f076 96.dirstamp
e7c25325 97refix
c02f5294 98.vscode