archer-master -> gdb-master
[nethome.git] / bin / kernel / My-KernelIgnoreList.pm
index 53dca5e..4c76a81 100644 (file)
@@ -7,8 +7,11 @@
 package My::KernelIgnoreList;
 use strict;
 use warnings;
-our @list=qw(
+our @list;
 
+push @list,qw(
+
+CVS
 .cvsignore
 .tmp_System.map
 .tmp_kallsyms1.S
@@ -19,7 +22,7 @@ System.map
 .version
 Module.symvers
 *.cmd
-asm-offsets.s
+*.s
 vmlinux.lds
 *.mod.c
 autoconf.h
@@ -78,6 +81,114 @@ modpost
 gen_init_cpio
 initramfs_data.cpio
 initramfs_data.cpio.gz
+offset.h
+conf
+reltab
 
 );
+
+# sourceforge.net mkdump stripped CVS:
+push @list,qw(
+
+adfs
+affs
+afs
+alpha
+arm
+arm26
+asm-alpha
+asm-arm
+asm-arm26
+asm-cris
+asm-frv
+asm-h8300
+asm-m32r
+asm-m68k
+asm-m68knommu
+asm-mips
+asm-mips64
+asm-parisc
+asm-ppc
+asm-ppc64
+asm-s390
+asm-sh
+asm-sh64
+asm-sparc
+asm-sparc64
+asm-um
+asm-v850
+autofs
+autofs4
+befs
+bfs
+cifs
+coda
+cramfs
+cris
+debugfs
+devfs
+devpts
+drivers
+efs
+exportfs
+ext2
+ext3
+fat
+freevxfs
+frv
+h8300
+hfs
+hfsplus
+hostfs
+hpfs
+hppfs
+hugetlbfs
+intermezzo
+isofs
+jbd
+jffs
+jffs2
+jfs
+lockd
+m32r
+m68k
+m68knommu
+minix
+mips
+msdos
+ncpfs
+net
+nfs
+nfsd
+nls
+ntfs
+openpromfs
+parisc
+partitions
+ppc
+ppc64
+proc
+qnx4
+ramfs
+reiserfs
+romfs
+s390
+sh
+sh64
+smbfs
+sound
+sparc
+sparc64
+sysfs
+sysv
+udf
+ufs
+um
+umsdos
+v850
+vfat
+xfs
+
+) if !$ENV{"KERNELIGNORELIST_FULL"};
+
 1;