diff options
| author | Vlad Buslov <[email protected]> | 2019-02-26 15:37:09 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-02-26 17:20:42 +0000 |
| commit | a110ae7096c9f564d15b0e56a8bba79ffeaaa618 (patch) | |
| tree | 6b79c92bcae492dea351fb09a5e107e39c87f833 | |
| parent | net: sched: fix typo in walker_check_empty() (diff) | |
| download | kernel-a110ae7096c9f564d15b0e56a8bba79ffeaaa618.tar.gz kernel-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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -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__/ plugins/ *.xml *.tap +tdc_config_local.py |
