]> git.proxmox.com Git - mirror_frr.git/blob - .gitignore
Merge pull request #2985 from patrasar/Fix_1636
[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 /ltmain.sh
11 /stamp-h
12 /stamp-h[0-9]*
13 *-stamp
14 /INSTALL
15 /depcomp
16 /missing
17 /install-sh
18 /mkinstalldirs
19 /ylwrap
20 /autom4te*.cache
21 /configure.lineno
22 /configure
23 /config.h.in
24 /confdefs.h
25 /conftest
26 /conftest.err
27 /aclocal.m4
28 /libtool
29
30 /Makefile
31 /Makefile.in
32
33 ### autoconf/automake subdir stuff
34
35 .deps
36 .libs
37
38 ### build outputs
39
40 *.o
41 *.lo
42 *.a
43 *.la
44 *.so
45 *.loT
46 *.pb.h
47 *.pb-c.h
48 *.pb-c.c
49 *_clippy.c
50
51 ### dist
52
53 *.tar.?z
54 *.tar.?z.asc
55 *.tar.asc
56 *.deb
57 *.ddeb
58 *.dsc
59 *.changes
60
61 ### other garbage
62
63 .nfs*
64 .arch-inventory
65 .arch-ids
66 {arch}
67 build
68 .cache
69 .msg
70 .rebase-*
71 *~
72 *.bak
73 *.swp
74 *.pyc
75 __pycache__
76 *.patch
77 *.diff
78 cscope.*
79 TAGS
80 tags
81 GTAGS
82 GSYMS
83 GRTAGS
84 GPATH
85 compile_commands.json
86 .dirstamp
87 refix