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