indexer: Skip some more non-manpage files
This commit is contained in:
parent
962ded97f5
commit
7302a6408a
1 changed files with 5 additions and 1 deletions
|
|
@ -47,8 +47,12 @@ pub fn parse_path(path: &str) -> Option<(&str, &str, &str)> {
|
||||||
("Makefile", "am", _) |
|
("Makefile", "am", _) |
|
||||||
(".cvsignore", _, _) |
|
(".cvsignore", _, _) |
|
||||||
(_, "in", _) |
|
(_, "in", _) |
|
||||||
(_, "gz", _) |
|
(_, "orig", _) |
|
||||||
|
(_, "pdf", _) |
|
||||||
|
(_, "md", _) |
|
||||||
(_, "lzma", _) |
|
(_, "lzma", _) |
|
||||||
|
(_, "gz", _) |
|
||||||
|
(_, "gzip", _) |
|
||||||
(_, "bz2", _) |
|
(_, "bz2", _) |
|
||||||
(_, "xz", _) |
|
(_, "xz", _) |
|
||||||
(_, "html", _) => None,
|
(_, "html", _) => None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue