We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3297308 commit 7316f11Copy full SHA for 7316f11
src/tools/copyright.pl
@@ -41,7 +41,7 @@ sub wanted
41
42
# skip file names with binary extensions
43
# How are these updated? bjm 2012-01-02
44
- return if ($_ =~ m/\.(ico|bin|po)$/);
+ return if ($_ =~ m/\.(ico|bin|po|key)$/);
45
46
my @lines;
47
tie @lines, "Tie::File", $File::Find::name;
0 commit comments