]> git.proxmox.com Git - mirror_frr.git/blob - .gitignore
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[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
32 /Makefile
33 /Makefile.in
34
35 ### autoconf/automake subdir stuff
36
37 .deps
38 .libs
39
40 ### build outputs
41
42 *.o
43 *.lo
44 *.a
45 *.la
46 *.so
47 *.loT
48 *.pb.h
49 *.pb-c.h
50 *.pb-c.c
51 *_clippy.c
52
53 ### dist
54
55 *.tar.?z
56 *.tar.?z.asc
57 *.tar.asc
58 *.deb
59 *.ddeb
60 *.dsc
61 *.changes
62
63 ### other garbage
64
65 .nfs*
66 .arch-inventory
67 .arch-ids
68 {arch}
69 build
70 .cache
71 .msg
72 .rebase-*
73 *~
74 *.bak
75 *.swp
76 *.pyc
77 __pycache__
78 *.patch
79 *.diff
80 cscope.*
81 TAGS
82 tags
83 GTAGS
84 GSYMS
85 GRTAGS
86 GPATH
87 compile_commands.json
88 .dirstamp
89 refix