[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121019225645.4319.65377.stgit@warthog.procyon.org.uk>
Date: Fri, 19 Oct 2012 23:56:45 +0100
From: David Howells <dhowells@...hat.com>
To: torvalds@...ux-foundation.org, rusty@...tcorp.com.au
Cc: dhowells@...hat.com, davem@...emloft.net,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] MODSIGN: Cleanup .gitignore [ver #3]
The module build process no longer creates intermediate files for module
signing, so remove them from .gitignore.
Signed-off-by: David Howells <dhowells@...hat.com>
---
.gitignore | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0f2f40f..92bd0e4 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists