]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
certs: add 'x509_revocation_list' to gitignore
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Apr 2021 17:48:07 +0000 (10:48 -0700)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 24 Nov 2021 14:28:34 +0000 (15:28 +0100)
BugLink: https://bugs.launchpad.net/bugs/1932029
Commit d1f044103dad ("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>
(cherry picked from commit 81f202315856edb75a371f3376aa3a47543c16f0)
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
certs/.gitignore

index f51aea4a71ec81dec43ae7912d11c2f77da12b60..6ce81161148efd5f6069cfc9ffc37eda857dab33 100644 (file)
@@ -2,3 +2,4 @@
 # Generated files
 #
 x509_certificate_list
+x509_revocation_list