]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
certs: add .gitignore to stop git nagging about x509_certificate_list
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 21 Oct 2015 13:04:47 +0000 (14:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Dec 2015 05:40:54 +0000 (21:40 -0800)
commitbfa97da9146ac6b41f9b749e7dfd0921eeff9170
tree43ff226cfae5510f8fcc3e1fa15589972b631f40
parent14fd7c710c1f9f31ec4d36413c3066092c71aa3d
certs: add .gitignore to stop git nagging about x509_certificate_list

commit 48dbc164b40dd9195dea8cd966e394819e420b64 upstream.

Currently we see this in "git status" if we build in the source dir:

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        certs/x509_certificate_list

It looks like it used to live in kernel/ so we squash that .gitignore
entry at the same time.  I didn't bother to dig through git history to
see when it moved, since it is just a minor annoyance at most.

Cc: David Woodhouse <dwmw2@infradead.org>
Cc: keyrings@linux-nfs.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
certs/.gitignore [new file with mode: 0644]
kernel/.gitignore