+"conf" for: scripts/kconfig/conf
[nethome.git] / bin / kernel / My-KernelIgnoreList.pm
index d46a133..bcfd2f0 100644 (file)
@@ -11,6 +11,7 @@ our @list;
 
 push @list,qw(
 
+CVS
 .cvsignore
 .tmp_System.map
 .tmp_kallsyms1.S
@@ -80,6 +81,8 @@ modpost
 gen_init_cpio
 initramfs_data.cpio
 initramfs_data.cpio.gz
+offset.h
+conf
 
 );
 
@@ -185,6 +188,6 @@ v850
 vfat
 xfs
 
-);
+) if !$ENV{"KERNELIGNORELIST_FULL"};
 
 1;