diff mbox

maint: Ignore generated version file

Message ID 1465417619-31639-1-git-send-email-eblake@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Blake June 8, 2016, 8:26 p.m. UTC
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(+)

Comments

Michael Tokarev July 28, 2016, 3:20 p.m. UTC | #1
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 mbox

Patch

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