diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-07-12 19:58:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-07-17 18:56:12 +0200 |
commit | 70e760e3a73bf7b39fceb6a4c3ed09d055b591b5 (patch) | |
tree | 06b0e7975ea5dd5a1f4c0cfed2a673d3b8ee373b /.gitignore | |
parent | c387cc49d98bcf58c881fffbd54f5eb57a8bc329 (diff) | |
download | systemd-70e760e3a73bf7b39fceb6a4c3ed09d055b591b5.tar.gz |
mkosi: make use of BUILDDIR if it is set
This way, the new "mkosi.builddir" support proposed in PR:
https://github.com/systemd/mkosi/pull/114
will be made use of automatically.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cd289d6538..aa20b80602 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ /localectl /loginctl /machinectl +/mkosi.builddir/ +/mkosi.cache/ /mtd_probe /networkctl /scsi_id |