mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
.md for MKD
This commit is contained in:
parent
a4bf990ed7
commit
f808b5e0d2
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,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