Files
@ 2b7a0e28c4dc
Branch filter:
Location: kallithea/tox.ini
2b7a0e28c4dc
212 B
text/x-ini
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.