diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-09-05 14:56:08 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-09-07 20:00:22 +0200 |
commit | 6e222ac9d9150941ae1873d1492bb582f6a5da32 (patch) | |
tree | 493020eeb980b9378b8b6fdb70453abac70b5f0e /.gitignore | |
parent | e8596ca5c401cfdb3fe07cb1ef741cf9911bbe5c (diff) | |
download | systemd-6e222ac9d9150941ae1873d1492bb582f6a5da32.tar.gz |
gitignore: add nspawn image lock and mkosi temporary files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4e651f4762..5d18705531 100644 --- a/.gitignore +++ b/.gitignore @@ -26,9 +26,11 @@ /build* /coverage/ /image.raw +/.#image.raw.lck /image.raw.cache-pre-dev /image.raw.cache-pre-inst /install-tree +/.mkosi-* /mkosi.builddir/ /mkosi.output/ /tags |