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 15:05:20 +0100 Message-ID: <1984848.mjZxypNVZ9@xps13> References: <2dfce93f986deb95eb5ac4773e020005d45f0c48.1481629710.git.baruch@tkos.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ferruh Yigit , dev@dpdk.org To: Baruch Siach Return-path: Received: from mail-wj0-f177.google.com (mail-wj0-f177.google.com [209.85.210.177]) by dpdk.org (Postfix) with ESMTP id 61771F94D for ; Mon, 19 Dec 2016 15:05:22 +0100 (CET) Received: by mail-wj0-f177.google.com with SMTP id tg4so151558105wjb.1 for ; Mon, 19 Dec 2016 06:05:22 -0800 (PST) In-Reply-To: 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-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?