1
0
mirror of synced 2026-04-15 23:51:03 +00:00

Ignore mercurial files

This commit is contained in:
Steve Kemp
2007-12-05 19:47:30 +00:00
parent 2965850d5d
commit 61501bb76e

View File

@@ -38,6 +38,8 @@ sub checkFile
# Nor about files which start with ./debian/
return if ( $file =~ /^\.\/debian\// );
# Finally mercurial files are fine.
return if ( $file =~ /\.hg\// );
# See if it is a shell/perl file.
my $isShell = 0;
my $isPerl = 0;