Skip to content

Commit

Permalink
certs: add 'x509_revocation_list' to gitignore
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
torvalds committed Apr 26, 2021
1 parent 4d480db commit 81f2023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions certs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
x509_certificate_list
x509_revocation_list

0 comments on commit 81f2023

Please sign in to comment.