From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 82C4327D for ; Sat, 9 Mar 2019 11:40:29 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E215620D7C; Sat, 9 Mar 2019 05:40:28 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sat, 09 Mar 2019 05:40:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=C9NEpebhgjj+CaESIVokk1vvtxUkpckaY1ObQvBiwiI=; b=Le/NBu0PEuq1 NHOKBzID8PyTk9HEQZsC+/SEQM3VHtixgEn1U4T3kObXjukbD5RbW0wGVgPI37/e mtClvUgSg4cSFbMgWRCPYTTfR/vO0/VngFmbSFPviIqNucVyWDwo5G6VcJXIla0k /CdVhiJVh4YLVvRn9COwEsObqG9wna8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=C9NEpebhgjj+CaESIVokk1vvtxUkpckaY1ObQvBiw iI=; b=abq42FSn0mIpNNGLYZIBwafek6KWaWTRDoxePnMh8uOfWTVjjkTng3gU9 Oh6FoTKhtv16VoPaCgZC4GNnnGKTKOBW/mL3ofHEJSsLmCiy6HeE1Z8FWOxQqMBu hBry+wGewNkRA0VhunTs2JSHCrUu9T8PgqW+2ljAqqu5OOuvX8OS+VwWtwHi2Yaz mKHKb7oCfOnajKo8yrT+H9Dg00t5q6wTc7honWyz/H/1sOR9fUqVn0M2KBdy9JXe t9bj+ui1VZGOjPFjOor7IaYGjYVnGDe1hJZrfFYMaN4UIisYGAReerZzr1gVB2QG dZqT5HtE3Gxvax+VZnMgyxvfsFFHg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrgedvgddulecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 807DEE4210; Sat, 9 Mar 2019 05:40:27 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: Bruce Richardson , dev@dpdk.org Date: Sat, 09 Mar 2019 11:40:25 +0100 Message-ID: <67500156.VL7Al575nb@xps> In-Reply-To: <20190308190351.62b7faa9@shemminger-XPS-13-9360> References: <20190306170557.65627-1-bruce.richardson@intel.com> <1735146.Ys0eitMVbl@xps> <20190308190351.62b7faa9@shemminger-XPS-13-9360> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 4/4] .gitignore: ignore build directories from test-meson-build 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: Sat, 09 Mar 2019 10:40:29 -0000 09/03/2019 04:03, Stephen Hemminger: > On Sat, 09 Mar 2019 01:47:32 +0100 > Thomas Monjalon wrote: > > > 06/03/2019 18:05, Bruce Richardson: > > > test-meson-build.sh generates multiple build directories for various > > > targets. As these follow a few known patterns of reasonable lengths, > > > and since they don't need to be tracked in git, we can add them to > > > the gitignore file. > > > > > > Signed-off-by: Bruce Richardson > > > --- > > > --- a/.gitignore > > > +++ b/.gitignore > > > +build-arm64-* > > > +build-clang-* > > > +build-gcc-* > > > +build-x86-default > > > > We could even ignore build-* ? > > Why not? > build* > > Since the default build directory in build/ Yes, but "git ls build*" is not empty because of buildtools/ Could be "build" and "build-*".