From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP; 13 Dec 2016 04:02:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,341,1477983600"; d="scan'208";a="42051602" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by fmsmga006.fm.intel.com with ESMTP; 13 Dec 2016 04:02:42 -0800 To: Baruch Siach , dev@dpdk.org References: <2dfce93f986deb95eb5ac4773e020005d45f0c48.1481629710.git.baruch@tkos.co.il> Cc: Thomas Monjalon From: Ferruh Yigit Message-ID: Date: Tue, 13 Dec 2016 12:02:41 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <2dfce93f986deb95eb5ac4773e020005d45f0c48.1481629710.git.baruch@tkos.co.il> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] gitignore: ignore top level build/ directory X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2016 12:02:45 -0000 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/ >