linux-stable/certs/.gitignore
Linus Torvalds b93f949942 certs: add 'x509_revocation_list' to gitignore
commit 81f2023158 upstream.

Commit d1f044103d ("certs: Add ability to preload revocation certs")
created a new generated file for revocation certs, but didn't tell git
to ignore it.  Thus causing unnecessary "git status" noise after a
kernel build with CONFIG_SYSTEM_REVOCATION_LIST enabled.

Add the proper gitignore magic.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-07-20 16:05:35 +02:00

3 lines
83 B
Text

# SPDX-License-Identifier: GPL-2.0-only
x509_certificate_list
x509_revocation_list