From: Brian Behlendorf Date: Thu, 11 Mar 2010 22:29:17 +0000 (-0800) Subject: Ignore unsigned module build products X-Git-Tag: spl-0.4.8~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f088fde276e75c3b1cc824024f712c55d450651;p=spl 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 27807ca..00b8b12 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # *.[oa] *.ko +*.ko.unsigned +*.ko.out +*.ko.out.sig *.lo *.la *.mod.c