Unverified Commit d09e2233 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 410bafef 4c138f6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ in {

    pruneNames = mkOption {
      type = listOf str;
      default = [];
      default = [ ".bzr" ".cache" ".git" ".hg" ".svn" ];
      description = ''
        Directory components which should exclude paths containing them from indexing
      '';