1
0
mirror of synced 2026-04-14 23:37:56 +00:00

Ignore ChangeLog.

This commit is contained in:
Stéphane Jourdois
2010-07-24 12:01:35 +02:00
committed by Axel Beckert
parent 389fa94bcb
commit 395e3d0a0b

View File

@@ -44,6 +44,9 @@ sub checkFile
# Nor about files which start with ./debian/
return if ( $file =~ /^\.\/debian\// );
# Nor about Changlog
return if ( $file =~ /^\.\/ChangeLog$/ );
# Finally mercurial and git files are fine.
return if ( $file =~ /\.(hg|git)\// );
# See if it is a shell/perl file.