Merge pull request #146344 from SuperSandro2000/locate-prune-names

Sandro d09e2233 410bafef

Changed files
+1 -1
nixos
modules
misc
+1 -1
nixos/modules/misc/locate.nix
···
pruneNames = mkOption {
type = listOf str;
-
default = [];
+
default = [ ".bzr" ".cache" ".git" ".hg" ".svn" ];
description = ''
Directory components which should exclude paths containing them from indexing
'';