From 6f088fde276e75c3b1cc824024f712c55d450651 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 11 Mar 2010 14:29:17 -0800 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 27807cad9..00b8b1229 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # *.[oa] *.ko +*.ko.unsigned +*.ko.out +*.ko.out.sig *.lo *.la *.mod.c -- 2.39.2