1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
This commit is contained in:
Brian Behlendorf 2010-03-09 14:14:09 -08:00
parent 4cd8e49a69
commit 774f7c02b1

3
.gitignore vendored
View File

@ -15,6 +15,9 @@
#
*.[oa]
*.ko
*.ko.unsigned
*.ko.out
*.ko.out.sig
*.lo
*.la
*.mod.c