From: Eric Blake Date: Wed, 8 Jun 2016 20:26:59 +0000 (-0600) Subject: maint: Ignore generated version file X-Git-Tag: v2.9.0-rc2~424^2~5 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e2f310ec384d51c85c1498b49d66893d6dd036b7;p=mirror_qemu.git maint: Ignore generated version file Commit 67a1de0d created a generated version file, and, in some circumstances, also a temporary file. Make sure 'git add .' won't check them into the repository. Signed-off-by: Eric Blake Signed-off-by: Michael Tokarev --- diff --git a/.gitignore b/.gitignore index 88ec2497b6..5ffc84ba9f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,8 @@ /qemu-bridge-helper /qemu-monitor.texi /qemu-monitor-info.texi +/qemu-version.h +/qemu-version.h.tmp /qmp-commands.txt /vscclient /fsdev/virtfs-proxy-helper