From: Brian Behlendorf Date: Tue, 9 Mar 2010 22:14:09 +0000 (-0800) Subject: Ignore unsigned module build products X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=774f7c02b181f6e18b91ebdd3092df57151da3e3;p=zfs.git 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 934b973..0b7abb2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # *.[oa] *.ko +*.ko.unsigned +*.ko.out +*.ko.out.sig *.lo *.la *.mod.c