mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-17 11:57:00 +08:00
Skip 'ico' and 'bin' extensions in copyright changes.
This commit is contained in:
@ -31,6 +31,7 @@ sub wanted {
|
||||
}
|
||||
|
||||
return if ! -f $File::Find::name || -l $File::Find::name;
|
||||
return if ($_ =~ m/\.(ico|bin)$);
|
||||
|
||||
my @lines;
|
||||
tie @lines, "Tie::File", $File::Find::name;
|
||||
|
||||
Reference in New Issue
Block a user