Ignore ChangeLog.
This commit is contained in:
committed by
Axel Beckert
parent
389fa94bcb
commit
395e3d0a0b
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user