diff options
author | Davide Cavalca <davide125@tiscali.it> | 2016-09-14 10:15:21 -0700 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-09-14 19:15:21 +0200 |
commit | bf6585ce64f7eb826704c3d9fdb8ad2a820af794 (patch) | |
tree | 8b26840c7ea0ac6e1ad922f17a181028f60eb145 | |
parent | 92c918b06d970cd4ce2e7e529e6093ffc46a9cfa (diff) |
gitignore: ignore image.raw from mkosi (#4141)
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 565a3a3839..c925f19f41 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ /exported /exported-* /hostnamectl +/image.raw /install-tree /journalctl /libtool |