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