From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: [PATCH 1/3] kvmtool: add lkvm-static to gitignore Date: Thu, 22 Oct 2015 17:59:40 +0200 Message-ID: <20151022155940.GA15545@redhat.com> References: <20151022155921.GA15527@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Andre Przywara , Aneesh Kumar , Sasha Levin , Pekka Enberg , Will Deacon Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36788 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752250AbbJVQDO (ORCPT ); Thu, 22 Oct 2015 12:03:14 -0400 Content-Disposition: inline In-Reply-To: <20151022155921.GA15527@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: add lkvm-static to gitignore Signed-off-by: Oleg Nesterov --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 697a63f..a16a97f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /lkvm +/lkvm-static /vm *.o *.d -- 2.4.3