]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Ignore ChangeLog.
authorStéphane Jourdois <sjourdois@gmail.com>
Sat, 24 Jul 2010 10:01:35 +0000 (12:01 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Mon, 26 Jul 2010 18:24:37 +0000 (20:24 +0200)
t/no-tabs.t

index caef009e66bef21b10daabacc622315d1cc1187e..284896c8c55d7d532b07157ffc7dc4c2c53d6dd7 100755 (executable)
@@ -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.