]> git.proxmox.com Git - mirror_frr.git/blob - .gitignore
Merge pull request #8155 from idryzhov/zebra-support-bundle
[mirror_frr.git] / .gitignore
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 *.bc
59 *.cg.json
60 *.cg.dot
61 *.cg.svg
62 *.xref
63
64 ### gcov outputs
65
66 *.gcno
67 *.gcov
68 *.gcda
69
70 ### dist
71
72 *.tar.?z
73 *.tar.?z.asc
74 *.tar.asc
75 *.deb
76 *.ddeb
77 *.dsc
78 *.changes
79
80 ### other garbage
81
82 .nfs*
83 .arch-inventory
84 .arch-ids
85 {arch}
86 build
87 .cache
88 .msg
89 .rebase-*
90 *~
91 *.bak
92 *.swp
93 *.pyc
94 *.dmp
95 __pycache__
96 *.patch
97 *.diff
98 cscope.*
99 TAGS
100 tags
101 GTAGS
102 GSYMS
103 GRTAGS
104 GPATH
105 compile_commands.json
106 .ccls-cache
107 .dirstamp
108 refix
109 .vscode
110 .kitchen
111 .emacs.desktop*