[xen-tools-dev] [PATCH 11/17] Ignore ChangeLog.
Stéphane Jourdois
sjourdois at gmail.com
Sun Jul 25 14:12:43 CEST 2010
---
t/no-tabs.t | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/t/no-tabs.t b/t/no-tabs.t
index caef009..284896c 100755
--- a/t/no-tabs.t
+++ b/t/no-tabs.t
@@ -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.
--
1.7.2
More information about the xen-tools-dev
mailing list