We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e78797 commit 1218f95Copy full SHA for 1218f95
bin/...
@@ -677,7 +677,8 @@ sub _all_files {
677
chomp($file);
678
next unless $file =~ /^(?:\.|bin\/)/;
679
next if $file =~ /(\.sw.|~)$/;
680
- next if $file =~ /\.git(|ignore|modules)\b\/?/;
+ next if $file =~ /\.git\//;
681
+ next if $file =~ /\.(git|gitignore|gitmodules)$/;
682
next if $file =~ /^\.\.\.(Makefile|deps)/;
683
if (! $all_files->{$file}) {
684
$all_files->{$file} = $path;
0 commit comments