* [Qemu-devel] [PATCH] maint: Ignore generated version file
@ 2016-06-08 20:26 Eric Blake
2016-07-28 15:20 ` Michael Tokarev
0 siblings, 1 reply; 2+ messages in thread
From: Eric Blake @ 2016-06-08 20:26 UTC (permalink / raw)
To: qemu-devel; +Cc: pbonzini, famz, qemu-trivial
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(+)
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
--
2.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] maint: Ignore generated version file
2016-06-08 20:26 [Qemu-devel] [PATCH] maint: Ignore generated version file Eric Blake
@ 2016-07-28 15:20 ` Michael Tokarev
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2016-07-28 15:20 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial, pbonzini, famz
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-28 15:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-08 20:26 [Qemu-devel] [PATCH] maint: Ignore generated version file Eric Blake
2016-07-28 15:20 ` Michael Tokarev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).