mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-22 23:48:56 -04:00
parent
c2becd6ae3
commit
fe9b24391d
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ while (<CHANGES>) {
|
|||
$file_types{$_} = "CONF-SH";
|
||||
} elsif ($base =~ /\.(db|hint)$/) {
|
||||
$file_types{$_} = "ZONE";
|
||||
} elsif ($base =~ /\.mkd$/) {
|
||||
} elsif ($base =~ /\.md$/) {
|
||||
$file_types{$_} = "MKD";
|
||||
} elsif ($base =~ /(\/\.(gitignore|gitattributes)|Atffile|\.(gif|jpg))$/i) {
|
||||
$file_types{$_} = "X";
|
||||
|
|
|
|||
Loading…
Reference in a new issue