From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] gitignore: ignore top level build/ directory Date: Tue, 13 Dec 2016 12:02:41 +0000 Message-ID: References: <2dfce93f986deb95eb5ac4773e020005d45f0c48.1481629710.git.baruch@tkos.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon To: Baruch Siach , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 09388106A for ; Tue, 13 Dec 2016 13:02:44 +0100 (CET) In-Reply-To: <2dfce93f986deb95eb5ac4773e020005d45f0c48.1481629710.git.baruch@tkos.co.il> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/13/2016 11:48 AM, Baruch Siach wrote: > RTE_OUTPUT defaults to build/. > > Signed-off-by: Baruch Siach There is a similar patch: http://dpdk.org/dev/patchwork/patch/11637/ If you want you can review/comment that one too. > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index a722abea21fe..7b462d3a0455 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1 +1,2 @@ > doc/guides/nics/overview_table.txt > +/build/ >