Files
@ 2b7a0e28c4dc
Branch filter:
Location: kallithea/MANIFEST.in
2b7a0e28c4dc
839 B
text/plain
indexers: introduce list of filenames for indexing
Before this patch, we cannot search files that without file extension (like
Makefile) and dotfiles (like .hgtags).
This patch makes it possible to search for these files by introducing a list
of filenames for indexing. The list is currently empty.
Before this patch, we cannot search files that without file extension (like
Makefile) and dotfiles (like .hgtags).
This patch makes it possible to search for these files by introducing a list
of filenames for indexing. The list is currently empty.