From b6bb324dbddd704b4b9a85971e1f7ae79abb2e1d Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 19 Oct 2012 23:56:45 +0100 Subject: 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 Signed-off-by: Linus Torvalds --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0f2f40f7191..92bd0e45dfa 100644 --- a/.gitignore +++ b/.gitignore @@ -14,10 +14,6 @@ *.o.* *.a *.s -*.ko.unsigned -*.ko.stripped -*.ko.stripped.dig -*.ko.stripped.sig *.ko *.so *.so.dbg @@ -95,6 +91,4 @@ GTAGS extra_certificates signing_key.priv signing_key.x509 -signing_key.x509.keyid -signing_key.x509.signer x509.genkey -- cgit v1.2.3