From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAk4F-0000bl-Lf for qemu-devel@nongnu.org; Wed, 08 Jun 2016 16:27:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAk4A-0004IE-Lz for qemu-devel@nongnu.org; Wed, 08 Jun 2016 16:27:10 -0400 Received: from resqmta-po-01v.sys.comcast.net ([2001:558:fe16:19:96:114:154:160]:45747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAk4A-0004I7-Fr for qemu-devel@nongnu.org; Wed, 08 Jun 2016 16:27:06 -0400 From: Eric Blake Date: Wed, 8 Jun 2016 14:26:59 -0600 Message-Id: <1465417619-31639-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH] maint: Ignore generated version file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, famz@redhat.com, qemu-trivial@nongnu.org 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 --- .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