diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2013-12-10 02:12:50 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2013-12-10 13:21:34 -0500 |
commit | 7cfe5b3310a1b45f385ff18647bddb487a6c5525 (patch) | |
tree | 75a3d7393d876770807f66bbda22e5316f19ba0c /kernel | |
parent | c7277090927a5e71871e799a355ed2940f6c8fc6 (diff) |
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)
$
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
5 | config_data.gz | 5 | config_data.gz |
6 | timeconst.h | 6 | timeconst.h |
7 | hz.bc | 7 | hz.bc |
8 | x509_certificate_list | ||