netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] tc-testing: gitignore, ignore local tdc config file
@ 2019-02-26 15:37 Vlad Buslov
  2019-02-26 17:20 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Vlad Buslov @ 2019-02-26 15:37 UTC (permalink / raw)
  To: netdev; +Cc: jhs, davem, shuah, lucasb, Vlad Buslov

Comment in tdc_config.py recommends putting customizations in
tdc_config_local.py file that wasn't included in gitignore. Add the local
config file to gitignore.

Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
---
 tools/testing/selftests/tc-testing/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/tc-testing/.gitignore b/tools/testing/selftests/tc-testing/.gitignore
index c5cc160948b3..c26d72e0166f 100644
--- a/tools/testing/selftests/tc-testing/.gitignore
+++ b/tools/testing/selftests/tc-testing/.gitignore
@@ -3,3 +3,4 @@ __pycache__/
 plugins/
 *.xml
 *.tap
+tdc_config_local.py
-- 
2.13.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] tc-testing: gitignore, ignore local tdc config file
  2019-02-26 15:37 [PATCH net-next] tc-testing: gitignore, ignore local tdc config file Vlad Buslov
@ 2019-02-26 17:20 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-02-26 17:20 UTC (permalink / raw)
  To: vladbu; +Cc: netdev, jhs, shuah, lucasb

From: Vlad Buslov <vladbu@mellanox.com>
Date: Tue, 26 Feb 2019 17:37:09 +0200

> Comment in tdc_config.py recommends putting customizations in
> tdc_config_local.py file that wasn't included in gitignore. Add the local
> config file to gitignore.
> 
> Signed-off-by: Vlad Buslov <vladbu@mellanox.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-26 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-26 15:37 [PATCH net-next] tc-testing: gitignore, ignore local tdc config file Vlad Buslov
2019-02-26 17:20 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).