From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] gitignore: ignore top level build/ directory Date: Mon, 19 Dec 2016 17:38:41 +0100 Message-ID: <1604778.FlRJAu03j2@xps13> References: <2dfce93f986deb95eb5ac4773e020005d45f0c48.1481629710.git.baruch@tkos.co.il> <1984848.mjZxypNVZ9@xps13> <20161219161422.GB166228@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Baruch Siach , Ferruh Yigit , dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 24687FA62 for ; Mon, 19 Dec 2016 17:38:43 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id g23so98298558wme.1 for ; Mon, 19 Dec 2016 08:38:43 -0800 (PST) In-Reply-To: <20161219161422.GB166228@bricha3-MOBL3.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-19 16:14, Bruce Richardson: > 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. I use git status to see also the untracked files. And build/ is just the default build directory.