Ignore unsigned module build products
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 9 Mar 2010 22:14:09 +0000 (14:14 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 9 Mar 2010 22:14:09 +0000 (14:14 -0800)
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

index 934b973..0b7abb2 100644 (file)
@@ -15,6 +15,9 @@
 #
 *.[oa]
 *.ko
+*.ko.unsigned
+*.ko.out
+*.ko.out.sig
 *.lo
 *.la
 *.mod.c