Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MODSIGN: Cleanup .gitignore

The module build process no longer creates intermediate files for module
signing, so remove them from .gitignore.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

David Howells and committed by
Linus Torvalds
b6bb324d b37d1bfb

-6
-6
.gitignore
··· 14 14 *.o.* 15 15 *.a 16 16 *.s 17 - *.ko.unsigned 18 - *.ko.stripped 19 - *.ko.stripped.dig 20 - *.ko.stripped.sig 21 17 *.ko 22 18 *.so 23 19 *.so.dbg ··· 91 95 extra_certificates 92 96 signing_key.priv 93 97 signing_key.x509 94 - signing_key.x509.keyid 95 - signing_key.x509.signer 96 98 x509.genkey