Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

liujing and committed by
Jakub Kicinski
1da9e274 6ce1df88

-1
-1
tools/testing/selftests/tc-testing/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 __pycache__/ 3 3 *.pyc 4 - plugins/ 5 4 *.xml 6 5 *.tap 7 6 tdc_config_local.py