]> git.proxmox.com Git - mirror_frr.git/blob - .gitignore
Merge pull request #8758 from idryzhov/bfd-fixes
[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 /test-driver
33 /test-suite.log
34
35 /Makefile
36 /Makefile.in
37
38 /symalyzer_report.html
39 /jquery-3.4.1.min.js
40 /jquery-3.4.1.min.js.tmp
41
42 ### autoconf/automake subdir stuff
43
44 .deps
45 .libs
46
47 ### build outputs
48
49 *.o
50 *.lo
51 *.a
52 *.la
53 *.so
54 *.loT
55 *.pb.h
56 *.pb-c.h
57 *.pb-c.c
58 *.pb.cc
59 *_clippy.c
60 *.bc
61 *.ll
62 *.cg.json
63 *.cg.dot
64 *.cg.svg
65 *.xref
66
67 ### gcov outputs
68
69 *.gcno
70 *.gcov
71 *.gcda
72
73 ### dist
74
75 *.tar.?z
76 *.tar.?z.asc
77 *.tar.asc
78 *.deb
79 *.ddeb
80 *.dsc
81 *.changes
82
83 ### other garbage
84
85 .nfs*
86 .arch-inventory
87 .arch-ids
88 {arch}
89 build
90 .cache
91 .msg
92 .rebase-*
93 *~
94 *.bak
95 *.swp
96 *.pyc
97 *.dmp
98 __pycache__
99 *.patch
100 *.diff
101 cscope.*
102 TAGS
103 tags
104 GTAGS
105 GSYMS
106 GRTAGS
107 GPATH
108 compile_commands.json
109 .ccls-cache
110 .dirstamp
111 refix
112 .vscode
113 .kitchen
114 .emacs.desktop*
115
116 /test-suite.log