diff options
author | Masahiro Yamada | 2021-12-14 11:53:54 +0900 |
---|---|---|
committer | Masahiro Yamada | 2022-01-08 18:28:21 +0900 |
commit | 340a02535ee785c64c62a9c45706597a0139e972 (patch) | |
tree | 755fccd7ba60ad930e8b681a09e61933acbfa434 /certs/.gitignore | |
parent | 129ab0d2d9f38b9d43df35235fc66c6740d6928b (diff) |
certs: move scripts/extract-cert to certs/
extract-cert is only used in certs/Makefile.
Move it there and build extract-cert on demand.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'certs/.gitignore')
-rw-r--r-- | certs/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/certs/.gitignore b/certs/.gitignore index 8c3763f80be3..9e42fe3e02f5 100644 --- a/certs/.gitignore +++ b/certs/.gitignore @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only +/extract-cert /x509_certificate_list /x509_revocation_list |