Missing ignore: CVS
authorshort <>
Tue, 26 Apr 2005 06:28:49 +0000 (06:28 +0000)
committershort <>
Tue, 26 Apr 2005 06:28:49 +0000 (06:28 +0000)
Respect $ENV{"KERNELIGNORELIST_FULL"} to diff all the architectures.

bin/kernel/My-KernelIgnoreList.pm

index d46a133..1fa1c62 100644 (file)
@@ -11,6 +11,7 @@ our @list;
 
 push @list,qw(
 
+CVS
 .cvsignore
 .tmp_System.map
 .tmp_kallsyms1.S
@@ -185,6 +186,6 @@ v850
 vfat
 xfs
 
-);
+) if !$ENV{"KERNELIGNORELIST_FULL"};
 
 1;