diff options
author | liujing <liujing@cmss.chinamobile.com> | 2022-06-22 14:12:37 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-06-25 01:23:47 +0200 |
commit | 1da9e27415bfc54db25c8374331aaf5321185a1d (patch) | |
tree | 4825cc6f5444bbfd078009a0e265a7e382017e0e | |
parent | net/funeth: Support UDP segmentation offload (diff) | |
download | linux-1da9e27415bfc54db25c8374331aaf5321185a1d.tar.xz linux-1da9e27415bfc54db25c8374331aaf5321185a1d.zip |
tc-testing: gitignore, delete plugins directory
when we modfying kernel, commit it to our environment building. we find a error
that is "tools/testing/selftests/tc-testing/plugins" failed: No such file or directory"
we find plugins directory is ignored in
"tools/testing/selftests/tc-testing/.gitignore", but the plugins directory
is need in "tools/testing/selftests/tc-testing/Makefile"
Signed-off-by: liujing <liujing@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20220622121237.5832-1-liujing@cmss.chinamobile.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | tools/testing/selftests/tc-testing/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/tc-testing/.gitignore b/tools/testing/selftests/tc-testing/.gitignore index d52f65de23b4..9fe1cef72728 100644 --- a/tools/testing/selftests/tc-testing/.gitignore +++ b/tools/testing/selftests/tc-testing/.gitignore @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only __pycache__/ *.pyc -plugins/ *.xml *.tap tdc_config_local.py |