From: Brian Behlendorf Date: Tue, 9 Mar 2010 22:14:09 +0000 (-0800) Subject: Ignore unsigned module build products X-Git-Tag: zfs-0.5.1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=774f7c02b181f6e18b91ebdd3092df57151da3e3;p=zfs Ignore unsigned module build products Along with the addition of signed kernel modules in newer kernel we have a few new build products we need to ignore. LKLM has the whole thread for those interested: http://lkml.org/lkml/2007/2/14/164 --- diff --git a/.gitignore b/.gitignore index 934b97390..0b7abb2c8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # *.[oa] *.ko +*.ko.unsigned +*.ko.out +*.ko.out.sig *.lo *.la *.mod.c