mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
certs: add 'x509_revocation_list' to gitignore
commit81f2023158upstream. Commitd1f044103d("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>
This commit is contained in:
parent
f682613465
commit
b93f949942
1
certs/.gitignore
vendored
1
certs/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
x509_certificate_list
|
||||
x509_revocation_list
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user