diff --git a/scripts/get_abi.pl b/scripts/get_abi.pl index 6212f58b69c612d1b84ac3b1ce8ebec7d9d14de3..47b7eca5b0b71a5351363f2be9560cfc18465ea5 100755 --- a/scripts/get_abi.pl +++ b/scripts/get_abi.pl @@ -92,6 +92,7 @@ sub parse_abi { my $mode = (stat($file))[2]; return if ($mode & S_IFDIR); return if ($file =~ m,/README,); + return if ($file =~ m,/\.,); my $name = $file; $name =~ s,.*/,,;