mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-03-29 06:53:47 +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
3cce0f1365
commit
6f088fde27
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