commit | 81f202315856edb75a371f3376aa3a47543c16f0 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 26 10:48:07 2021 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 26 10:48:07 2021 -0700 |
tree | 452cd23990e5cab8f6b1e8f1c3841058f4ed712e | |
parent | 4d480dbf21f3385e9957b1ee8dadee35548f4516 [diff] |
certs: add 'x509_revocation_list' to gitignore 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>