diff options
author | David Howells <dhowells@redhat.com> | 2012-10-19 18:56:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-19 19:11:21 -0400 |
commit | b6bb324dbddd704b4b9a85971e1f7ae79abb2e1d (patch) | |
tree | b7f0ec922f1c1ea5cc0d4f74eaab22e7dce73e7b /.gitignore | |
parent | b37d1bfb55d4b8a7d234fad0a84dca3336cee50b (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 0f2f40f71915..92bd0e45dfa1 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -14,10 +14,6 @@ | |||
14 | *.o.* | 14 | *.o.* |
15 | *.a | 15 | *.a |
16 | *.s | 16 | *.s |
17 | *.ko.unsigned | ||
18 | *.ko.stripped | ||
19 | *.ko.stripped.dig | ||
20 | *.ko.stripped.sig | ||
21 | *.ko | 17 | *.ko |
22 | *.so | 18 | *.so |
23 | *.so.dbg | 19 | *.so.dbg |
@@ -95,6 +91,4 @@ GTAGS | |||
95 | extra_certificates | 91 | extra_certificates |
96 | signing_key.priv | 92 | signing_key.priv |
97 | signing_key.x509 | 93 | signing_key.x509 |
98 | signing_key.x509.keyid | ||
99 | signing_key.x509.signer | ||
100 | x509.genkey | 94 | x509.genkey |