diff options
author | Jan Janssen <medhefgo@web.de> | 2023-02-01 15:27:45 +0100 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2023-02-01 16:52:28 +0100 |
commit | c2aed1d16c591dc0390ac5dbd9bd0d1e775aa917 (patch) | |
tree | b4c44c7107b6c3d77d62f21e84b8b9bcb62fb94c | |
parent | boot: Add if-safe mode for secure boot enrollment (diff) | |
download | systemd-c2aed1d16c591dc0390ac5dbd9bd0d1e775aa917.tar.xz systemd-c2aed1d16c591dc0390ac5dbd9bd0d1e775aa917.zip |
git: Ignore mkosi secure boot keys
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8aa363eac4..844d67f0a1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ __pycache__/ /mkosi.output/ /mkosi.default /mkosi.installdir/ +/mkosi.secure-boot.* # Ignore any mkosi config files with "local" in the name /mkosi.default.d/**/*local*.conf /tags |