Skip to content

Commit

Permalink
certs: add 'x509_revocation_list' to gitignore
Browse files Browse the repository at this point in the history
commit 81f2023 upstream.

Commit d1f0441 ("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>
  • Loading branch information
torvalds authored and gregkh committed Jul 20, 2021
1 parent f682613 commit b93f949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions certs/.gitignore
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
x509_certificate_list
x509_revocation_list

0 comments on commit b93f949

Please sign in to comment.