Message ID | 1465417619-31639-1-git-send-email-eblake@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
08.06.2016 23:26, Eric Blake wrote: > 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. Applied to -trivial, thanks! /mjt
diff --git a/.gitignore b/.gitignore index 38ee1c5..7a4ee01 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,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
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 <eblake@redhat.com> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)