]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Ignore unsigned module build products
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 Mar 2010 22:29:17 +0000 (14:29 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 Mar 2010 22:29:17 +0000 (14:29 -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 27807cad98bad62700f4d552506dbd3ca1127945..00b8b122984af3d9b2bc4c25545ffde56bd6771b 100644 (file)
@@ -15,6 +15,9 @@
 #
 *.[oa]
 *.ko
+*.ko.unsigned
+*.ko.out
+*.ko.out.sig
 *.lo
 *.la
 *.mod.c