mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03: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:
parent
4cd8e49a69
commit
774f7c02b1
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
Block a user