+alias youtube-dl
[nethome.git] / bin / kernel / My-KernelIgnoreList.pm
index c571016..4c76a81 100644 (file)
@@ -11,6 +11,7 @@ our @list;
 
 push @list,qw(
 
+CVS
 .cvsignore
 .tmp_System.map
 .tmp_kallsyms1.S
@@ -21,7 +22,7 @@ System.map
 .version
 Module.symvers
 *.cmd
-asm-offsets.s
+*.s
 vmlinux.lds
 *.mod.c
 autoconf.h
@@ -80,6 +81,9 @@ modpost
 gen_init_cpio
 initramfs_data.cpio
 initramfs_data.cpio.gz
+offset.h
+conf
+reltab
 
 );
 
@@ -102,6 +106,7 @@ asm-m32r
 asm-m68k
 asm-m68knommu
 asm-mips
+asm-mips64
 asm-parisc
 asm-ppc
 asm-ppc64
@@ -184,6 +189,6 @@ v850
 vfat
 xfs
 
-);
+) if !$ENV{"KERNELIGNORELIST_FULL"};
 
 1;