mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 09:49:59 -04:00
add .mak to list of extensions to be X'd
This commit is contained in:
parent
b6306ef56e
commit
b616f6ed69
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: merge_copyrights,v 1.31 2007/08/06 04:52:27 marka Exp $
|
||||
# $Id: merge_copyrights,v 1.32 2009/06/10 23:52:44 marka Exp $
|
||||
|
||||
%file_types = ();
|
||||
%file_years = ();
|
||||
|
|
@ -78,7 +78,7 @@ while (<FILES>) {
|
|||
$file_types{$_} = "CONF-SH";
|
||||
} elsif ($base =~ /\.(db|hint)$/) {
|
||||
$file_types{$_} = "ZONE";
|
||||
} elsif ($base =~ /(\/\.cvsignore|\.gif|\.jpg|\.dsp|\.dsw)$/i) {
|
||||
} elsif ($base =~ /(\/\.cvsignore|\.gif|\.jpg|\.dsp|\.dsw|\.mak)$/i) {
|
||||
$file_types{$_} = "X";
|
||||
} elsif ($base =~ /\.rnc$/i) {
|
||||
$file_types{$_} = "RNC";
|
||||
|
|
|
|||
Loading…
Reference in a new issue