aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tc-testing/.gitignore
diff options
context:
space:
mode:
authorVlad Buslov <vladbu@mellanox.com>2019-02-26 17:37:09 +0200
committerDavid S. Miller <davem@davemloft.net>2019-02-26 09:20:42 -0800
commita110ae7096c9f564d15b0e56a8bba79ffeaaa618 (patch)
tree6b79c92bcae492dea351fb09a5e107e39c87f833 /tools/testing/selftests/tc-testing/.gitignore
parentnet: sched: fix typo in walker_check_empty() (diff)
downloadlinux-dev-a110ae7096c9f564d15b0e56a8bba79ffeaaa618.tar.xz
linux-dev-a110ae7096c9f564d15b0e56a8bba79ffeaaa618.zip
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@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/tc-testing/.gitignore1
1 files changed, 1 insertions, 0 deletions
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