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:
parent
4cd8e49a69
commit
774f7c02b1
|
@ -15,6 +15,9 @@
|
||||||
#
|
#
|
||||||
*.[oa]
|
*.[oa]
|
||||||
*.ko
|
*.ko
|
||||||
|
*.ko.unsigned
|
||||||
|
*.ko.out
|
||||||
|
*.ko.out.sig
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
*.mod.c
|
*.mod.c
|
||||||
|
|
Loading…
Reference in New Issue