]> git.proxmox.com Git - mirror_frr.git/blame_incremental - .gitignore
zebra: show zebra nexthop-groups without copying
[mirror_frr.git] / .gitignore
... / ...
CommitLineData
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/config.version
11/ltmain.sh
12/stamp-h
13/stamp-h[0-9]*
14*-stamp
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/libtool.orig
31/changelog-auto
32
33/Makefile
34/Makefile.in
35
36/symalyzer_report.html
37/jquery-3.4.1.min.js
38/jquery-3.4.1.min.js.tmp
39
40### autoconf/automake subdir stuff
41
42.deps
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
56*.pb.cc
57*_clippy.c
58
59### dist
60
61*.tar.?z
62*.tar.?z.asc
63*.tar.asc
64*.deb
65*.ddeb
66*.dsc
67*.changes
68
69### other garbage
70
71.nfs*
72.arch-inventory
73.arch-ids
74{arch}
75build
76.cache
77.msg
78.rebase-*
79*~
80*.bak
81*.swp
82*.pyc
83*.dmp
84__pycache__
85*.patch
86*.diff
87cscope.*
88TAGS
89tags
90GTAGS
91GSYMS
92GRTAGS
93GPATH
94compile_commands.json
95.ccls-cache
96.dirstamp
97refix
98.vscode