From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] virtio-net-pmd: .gitignore: ignore librte_pmd_virtio.so Date: Tue, 14 Oct 2014 11:52:20 +0200 Message-ID: <20141014115220.5c9ba581@uryu.home.lan> References: <1413273236-1873-1-git-send-email-mhall@mhcomputing.net> <20141014094415.GB8912@BRICHA3-MOBL> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: In-Reply-To: <20141014094415.GB8912@BRICHA3-MOBL> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Tue, 14 Oct 2014 10:44:16 +0100 Bruce Richardson wrote: > On Tue, Oct 14, 2014 at 07:53:56AM +0000, Matthew Hall wrote: > > Signed-off-by: Matthew Hall > > --- > > .gitignore | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/.gitignore b/.gitignore > > index e69de29..08d831a 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -0,0 +1 @@ > > +librte_pmd_virtio.so > > -- > > 1.9.1 > > > > I thought our .gitignore could do with a few entries added alright, I just > never expected this one to be top of the list! While I don't think it does > any harm, I'm just curious why you think it needs to be added? > > /Bruce Why not add *.so to ignore all built shared libraries