diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-21 18:52:15 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-29 14:33:56 +0100 |
commit | 22ecadbee23d83f6f10adbfac7d164892818a489 (patch) | |
tree | b518a829edfeec2c731bdd92ad5a89651b658a6f /.gitignore | |
parent | mkosi: do not build man pages (diff) | |
download | systemd-22ecadbee23d83f6f10adbfac7d164892818a489.tar.gz systemd-22ecadbee23d83f6f10adbfac7d164892818a489.tar.bz2 systemd-22ecadbee23d83f6f10adbfac7d164892818a489.zip |
Add mkosi.output/ to .gitignore
It's not something that would ever be checked in, and mkosi along
with systemd, so this directory is likely to appear.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5e36a0b5e..197000235 100644 --- a/.gitignore +++ b/.gitignore @@ -29,5 +29,6 @@ /image.raw.cache-pre-inst /install-tree /mkosi.builddir/ +/mkosi.output/ /tags __pycache__/ |