[SRU][BIONIC][PATCH 10/16] certs: add 'x509_revocation_list' to gitignore

Dimitri John Ledkov dimitri.ledkov at canonical.com
Tue Nov 30 11:04:10 UTC 2021


From: Linus Torvalds <torvalds at linux-foundation.org>

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 at linux-foundation.org>
(cherry picked from commit 81f202315856edb75a371f3376aa3a47543c16f0)
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
---
 certs/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/certs/.gitignore b/certs/.gitignore
index f51aea4a71..6ce8116114 100644
--- a/certs/.gitignore
+++ b/certs/.gitignore
@@ -2,3 +2,4 @@
 # Generated files
 #
 x509_certificate_list
+x509_revocation_list
-- 
2.32.0




More information about the kernel-team mailing list