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>
This commit is contained in:
parent
b37d1bfb55
commit
b6bb324dbd
1 changed files with 0 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -14,10 +14,6 @@
|
||||||
*.o.*
|
*.o.*
|
||||||
*.a
|
*.a
|
||||||
*.s
|
*.s
|
||||||
*.ko.unsigned
|
|
||||||
*.ko.stripped
|
|
||||||
*.ko.stripped.dig
|
|
||||||
*.ko.stripped.sig
|
|
||||||
*.ko
|
*.ko
|
||||||
*.so
|
*.so
|
||||||
*.so.dbg
|
*.so.dbg
|
||||||
|
@ -95,6 +91,4 @@ GTAGS
|
||||||
extra_certificates
|
extra_certificates
|
||||||
signing_key.priv
|
signing_key.priv
|
||||||
signing_key.x509
|
signing_key.x509
|
||||||
signing_key.x509.keyid
|
|
||||||
signing_key.x509.signer
|
|
||||||
x509.genkey
|
x509.genkey
|
||||||
|
|
Loading…
Add table
Reference in a new issue