[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190226153709.17587-1-vladbu@mellanox.com>
Date: Tue, 26 Feb 2019 17:37:09 +0200
From: Vlad Buslov <vladbu@...lanox.com>
To: netdev@...r.kernel.org
Cc: jhs@...atatu.com, davem@...emloft.net, shuah@...nel.org,
lucasb@...atatu.com, Vlad Buslov <vladbu@...lanox.com>
Subject: [PATCH net-next] tc-testing: gitignore, ignore local tdc config file
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@...lanox.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
Powered by blists - more mailing lists