diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-05-08 16:04:43 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-05-12 11:38:02 +0200 |
commit | 39886236e87dee15ae7ca5aea5d23509a077ace8 (patch) | |
tree | 2fec43bbfde37cb3b82ba7f827e61fdf159f1942 /.gitignore | |
parent | mkosi: Only build initrd if Bootable= is enabled or set to "auto" (diff) | |
download | systemd-39886236e87dee15ae7ca5aea5d23509a077ace8.tar.xz systemd-39886236e87dee15ae7ca5aea5d23509a077ace8.zip |
mkosi: Update .gitignore to account for changed output locations
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1ad0675c4e..27dc64ae94 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,8 @@ __pycache__/ /mkosi.builddir/ /mkosi.output/ /mkosi.installdir/ -/mkosi.secure-boot.* +/mkosi.key +/mkosi.crt # Ignore any mkosi config files with "local" in the name /mkosi.conf.d/**/*local*.conf /tags |