diff options
author | Eric Blake | 2018-10-04 16:05:22 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2018-10-05 11:20:55 +0200 |
commit | 1242429b20ddcd7f1ad046ac8750c486938f2cbb (patch) | |
tree | 20c07628b37d52899e72ce51ccb657254d29a698 /.gitignore | |
parent | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff) | |
download | qemu-1242429b20ddcd7f1ad046ac8750c486938f2cbb.tar.gz qemu-1242429b20ddcd7f1ad046ac8750c486938f2cbb.tar.xz qemu-1242429b20ddcd7f1ad046ac8750c486938f2cbb.zip |
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 |