From 774f7c02b181f6e18b91ebdd3092df57151da3e3 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 9 Mar 2010 14:14:09 -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 934b973..0b7abb2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # *.[oa] *.ko +*.ko.unsigned +*.ko.out +*.ko.out.sig *.lo *.la *.mod.c -- 1.8.3.1