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