From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D1A6EFA4D for ; Mon, 19 Dec 2016 17:14:26 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 19 Dec 2016 08:14:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,374,1477983600"; d="scan'208";a="914041770" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.64]) by orsmga003.jf.intel.com with SMTP; 19 Dec 2016 08:14:23 -0800 Received: by (sSMTP sendmail emulation); Mon, 19 Dec 2016 16:14:22 +0000 Date: Mon, 19 Dec 2016 16:14:22 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: Baruch Siach , Ferruh Yigit , dev@dpdk.org Message-ID: <20161219161422.GB166228@bricha3-MOBL3.ger.corp.intel.com> References: <2dfce93f986deb95eb5ac4773e020005d45f0c48.1481629710.git.baruch@tkos.co.il> <1984848.mjZxypNVZ9@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1984848.mjZxypNVZ9@xps13> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) 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: Mon, 19 Dec 2016 16:14:27 -0000 On Mon, Dec 19, 2016 at 03:05:20PM +0100, Thomas Monjalon wrote: > 2016-12-13 12:02, Ferruh Yigit: > > 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. > > Yes, sorry I've never commented above patch. > > I do not like filling .gitignore because I prefer > seeing what is built or copied or whatever with "git status". > What is really the benefit of .gitignore? I take the opposite view. I only like to see files that I actually care about in the git status. Any build artifacts should be ignored by git as they are not files that it ever should track. That way doing a build does not change the status of the repo as git sees it. /Bruce