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