From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnMuU-0000IL-9s for qemu-devel@nongnu.org; Fri, 23 Sep 2016 05:36:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnMuO-0001kp-Th for qemu-devel@nongnu.org; Fri, 23 Sep 2016 05:36:45 -0400 Date: Fri, 23 Sep 2016 17:36:37 +0800 From: Fam Zheng Message-ID: <20160923093637.GI8832@lemon> References: <20160923091606.20323-1-lma@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160923091606.20323-1-lma@suse.com> Subject: Re: [Qemu-devel] [PATCH] maint: Add module_block.h to .gitignore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lin Ma Cc: qemu-devel@nongnu.org, mjt@tls.msk.ru, qemu-trivial@nongnu.org On Fri, 09/23 17:16, Lin Ma wrote: > Commit 0c0c1fd9 generated module_block.h automatically, Add it to .gitignore to > avoid checking in it by 'git add .'. > > Signed-off-by: Lin Ma > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index c91d018..97aca6c 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -55,6 +55,7 @@ > /qemu-monitor-info.texi > /qemu-version.h > /qemu-version.h.tmp > +/module_block.h > /vscclient > /fsdev/virtfs-proxy-helper > *.[1-9] > -- > 2.9.2 > > Reviewed-by: Fam Zheng