diff options
author | Vlad Buslov <vladbu@mellanox.com> | 2019-02-26 10:37:09 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-26 12:20:42 -0500 |
commit | a110ae7096c9f564d15b0e56a8bba79ffeaaa618 (patch) | |
tree | 6b79c92bcae492dea351fb09a5e107e39c87f833 | |
parent | 268a351d4a77b50a59094cb4592f851880fe8518 (diff) |
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>
-rw-r--r-- | tools/testing/selftests/tc-testing/.gitignore | 1 |
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__/ | |||
3 | plugins/ | 3 | plugins/ |
4 | *.xml | 4 | *.xml |
5 | *.tap | 5 | *.tap |
6 | tdc_config_local.py | ||