[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87fvq1ji19.fsf@rustcorp.com.au>
Date: Tue, 10 Dec 2013 17:42:50 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: "LKML" <linux-kernel@...r.kernel.org>
Cc: "David Howells" <dhowells@...hat.com>
Subject: [PATCH] Ignore generated file kernel/x509_certificate_list
$ git status
# On branch pending-rebases
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# kernel/x509_certificate_list
nothing added to commit but untracked files present (use "git add" to track)
$
Cc: David Howells <dhowells@...hat.com>
Signed-off-by: Rusty Russell <rusty@...tcorp.com.au>
diff --git a/kernel/.gitignore b/kernel/.gitignore
index b3097bde4e9c..790d83c7d160 100644
--- a/kernel/.gitignore
+++ b/kernel/.gitignore
@@ -5,3 +5,4 @@ config_data.h
config_data.gz
timeconst.h
hz.bc
+x509_certificate_list
--
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