From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vps0.lunn.ch ([185.16.172.187]:35435 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351AbeBWQNQ (ORCPT ); Fri, 23 Feb 2018 11:13:16 -0500 Date: Fri, 23 Feb 2018 17:13:08 +0100 From: Andrew Lunn To: "Brenda J. Butler" Cc: davem@davemloft.net, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, chrism@mellanox.com, lucasb@mojatatu.com, aring@mojatatu.com, mrv@mojatatu.com, netdev@vger.kernel.org Subject: Re: [PATCH net-next 1/2] tools: tc-testing: whitespace and .gitignore Message-ID: <20180223161308.GD6052@lunn.ch> References: <20180223155133.17125-1-bjb@mojatatu.com> <20180223155133.17125-2-bjb@mojatatu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180223155133.17125-2-bjb@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Feb 23, 2018 at 10:51:32AM -0500, Brenda J. Butler wrote: > Fix indentation and add editor backup files to .gitignore > > Signed-off-by: Brenda J. Butler > --- > tools/testing/selftests/tc-testing/.gitignore | 1 + > tools/testing/selftests/tc-testing/tdc.py | 4 ++-- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/tools/testing/selftests/tc-testing/.gitignore b/tools/testing/selftests/tc-testing/.gitignore > index 7a60b85e148f..d668a0fdea39 100644 > --- a/tools/testing/selftests/tc-testing/.gitignore > +++ b/tools/testing/selftests/tc-testing/.gitignore > @@ -1,2 +1,3 @@ > __pycache__/ > *.pyc > +*.py~ Hi Brenda Isn't this something which can be done once at the top level? Andrew