2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

add support for .gitattributes

This commit is contained in:
Mark Andrews 2015-08-27 23:55:00 +00:00
parent 3b83676e07
commit 6376f61899

View File

@ -104,7 +104,7 @@ while (<CHANGES>) {
$file_types{$_} = "ZONE";
} elsif ($base =~ /\.mkd$/) {
$file_types{$_} = "MKD";
} elsif ($base =~ /(\/\.gitignore|Atffile|\.(gif|jpg))$/i) {
} elsif ($base =~ /(\/\.(gitignore|gitattributes)|Atffile|\.(gif|jpg))$/i) {
$file_types{$_} = "X";
} elsif ($base =~ /\.(def|dep|dsp|dsw|mak|sln)$/i) {
$file_types{$_} = "X";