* [PATCH] Ignore generated file kernel/x509_certificate_list
@ 2013-12-10 7:12 Rusty Russell
2013-12-10 18:22 ` David Howells
0 siblings, 1 reply; 2+ messages in thread
From: Rusty Russell @ 2013-12-10 7:12 UTC (permalink / raw)
To: LKML; +Cc: David Howells
$ 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@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-10 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 7:12 [PATCH] Ignore generated file kernel/x509_certificate_list Rusty Russell
2013-12-10 18:22 ` David Howells
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox