Skip to content

Commit e7c2532

Browse files
committed
*: cleanup .gitignore files
Signed-off-by: David Lamparter <[email protected]>
1 parent b37ccac commit e7c2532

File tree

34 files changed

+85
-428
lines changed

34 files changed

+85
-428
lines changed

.gitignore

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,87 @@
1-
compile
2-
config.log
3-
config.h
4-
config.cache
5-
config.status
6-
config.guess
7-
config.sub
8-
ltmain.sh
9-
stamp-h
10-
stamp-h[0-9]*
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]*
1113
*-stamp
12-
Makefile
13-
INSTALL
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+
1435
.deps
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-
Makefile.in
29-
*.tar.gz
30-
*.tar.gz.asc
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+
3153
*.tar.?z
54+
*.tar.?z.asc
55+
*.tar.asc
56+
*.deb
57+
*.ddeb
58+
*.dsc
59+
*.changes
60+
61+
### other garbage
62+
3263
.nfs*
33-
libtool
34-
.libs
3564
.arch-inventory
3665
.arch-ids
3766
{arch}
3867
build
68+
.cache
3969
.msg
4070
.rebase-*
4171
*~
42-
*.o
43-
*.loT
44-
m4/*.m4
45-
!m4/ax_sys_weak_alias.m4
46-
!m4/ax_compare_version.m4
47-
!m4/ax_prog_perl_modules.m4
48-
!m4/pkg.m4
49-
debian/autoreconf.after
50-
debian/autoreconf.before
51-
debian/files
52-
debian/frr-dbg.debhelper.log
53-
debian/frr-dbg.substvars
54-
debian/frr-dbg/
55-
debian/frr-doc.debhelper.log
56-
debian/frr-doc.substvars
57-
debian/frr-doc/
58-
debian/frr.debhelper.log
59-
debian/frr.postinst.debhelper
60-
debian/frr.postrm.debhelper
61-
debian/frr.prerm.debhelper
62-
debian/frr.substvars
63-
debian/frr/
64-
debian/tmp/
65-
*.deb
66-
*.ddeb
67-
*.dsc
68-
*.changes
69-
*.pyc
72+
*.bak
7073
*.swp
74+
*.pyc
75+
__pycache__
76+
*.patch
77+
*.diff
7178
cscope.*
72-
*.pb.h
73-
*.pb-c.h
74-
*.pb-c.c
7579
TAGS
7680
tags
7781
GTAGS
7882
GSYMS
7983
GRTAGS
8084
GPATH
81-
*.la
82-
*.lo
8385
compile_commands.json
8486
.dirstamp
85-
86-
# clippy generated source
87-
*_clippy.c
87+
refix

bfdd/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# ignore binary files
2-
*.a
32
bfdd

bgpd/.gitignore

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
!Makefile
2-
Makefile.in
3-
*.o
41
bgpd
52
bgp_btoa
63
bgpd.conf
7-
tags
8-
TAGS
9-
.deps
10-
.nfs*
11-
*.lo
12-
*.la
13-
*.a
14-
*.libs
15-
.arch-inventory
16-
.arch-ids
17-
*~
18-
*.loT

doc/.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
!Makefile
21
mdate-sh
32
draft-zebra-00.txt
43
*.pdf
54
*.eps
65
frr.ps
76
frr.dvi
87
stamp-vti
9-
.nfs*
108
*.aux
119
*.cp
1210
*.cps
@@ -20,8 +18,4 @@ stamp-vti
2018
*.toc
2119
*.tp
2220
*.vr
23-
.arch-inventory
24-
.arch-ids
25-
*~
26-
*.loT
2721
refix

doc/mpls/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

eigrpd/.gitignore

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,2 @@
1-
!Makefile
2-
Makefile.in
3-
*.o
4-
*.a
51
eigrpd
62
eigrpd.conf
7-
tags
8-
TAGS
9-
.deps
10-
.nfs*
11-
*.lo
12-
*.la
13-
*.libs
14-
.arch-inventory
15-
.arch-ids
16-
*~
17-
*.loT
18-

fpm/.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

init/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

isisd/.gitignore

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
!Makefile
2-
Makefile.in
3-
*.o
41
isisd
52
fabricd
6-
.deps
73
isisd.conf
8-
.nfs*
9-
*.lo
10-
*.la
11-
*.libs
12-
.arch-inventory
13-
.arch-ids
14-
*~
15-
*.loT
16-
*.a

ldpd/.gitignore

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,2 @@
1-
!Makefile
2-
Makefile.in
3-
*.o
41
ldpd
52
ldpd.conf
6-
tags
7-
TAGS
8-
.deps
9-
.nfs*
10-
*.lo
11-
*.la
12-
*.a
13-
*.libs
14-
.arch-inventory
15-
.arch-ids
16-
*~
17-
*.loT

0 commit comments

Comments
 (0)