indexer: Skip some more non-manpage files

This commit is contained in:
Yorhel 2023-05-26 12:16:22 +02:00
parent 962ded97f5
commit 7302a6408a

View file

@ -47,8 +47,12 @@ pub fn parse_path(path: &str) -> Option<(&str, &str, &str)> {
("Makefile", "am", _) |
(".cvsignore", _, _) |
(_, "in", _) |
(_, "gz", _) |
(_, "orig", _) |
(_, "pdf", _) |
(_, "md", _) |
(_, "lzma", _) |
(_, "gz", _) |
(_, "gzip", _) |
(_, "bz2", _) |
(_, "xz", _) |
(_, "html", _) => None,