diff options
author | Eric Blake <eblake@redhat.com> | 2018-10-04 09:05:22 -0500 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-10-05 11:20:55 +0200 |
commit | 1242429b20ddcd7f1ad046ac8750c486938f2cbb (patch) | |
tree | 20c07628b37d52899e72ce51ccb657254d29a698 /.gitignore | |
parent | dafd95053611aa14dda40266857608d12ddce658 (diff) |
edid: Ignore built binary
Added in commit 72d277a7.
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-id: 20181004140522.945682-1-eblake@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5668d02782..64efdfd929 100644 --- a/.gitignore +++ b/.gitignore @@ -107,6 +107,7 @@ /qemu-doc.html /qemu-doc.info /qemu-doc.txt +/qemu-edid /qemu-img /qemu-nbd /qemu-options.def |