From 963c844710fb04881cac878d3b55ff80ffc4e180 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 25 Apr 2005 02:42:13 +0000 Subject: [PATCH] +Ignore stipped directories of the sourceforge.net mkdump CVS. --- bin/kernel/My-KernelIgnoreList.pm | 108 +++++++++++++++++++++++++++++++++++++- 1 file changed, 107 insertions(+), 1 deletion(-) diff --git a/bin/kernel/My-KernelIgnoreList.pm b/bin/kernel/My-KernelIgnoreList.pm index 53dca5e..c571016 100644 --- a/bin/kernel/My-KernelIgnoreList.pm +++ b/bin/kernel/My-KernelIgnoreList.pm @@ -7,7 +7,9 @@ package My::KernelIgnoreList; use strict; use warnings; -our @list=qw( +our @list; + +push @list,qw( .cvsignore .tmp_System.map @@ -80,4 +82,108 @@ initramfs_data.cpio initramfs_data.cpio.gz ); + +# 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-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 + +); + 1; -- 1.8.3.1