aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Bates <lucasb@mojatatu.com>2018-12-06 17:42:27 -0500
committerDavid S. Miller <davem@davemloft.net>2018-12-07 16:39:03 -0800
commit8d189159ac1e8dc6d491840b3b2a9ede762269bc (patch)
tree2ab4c4af5123b4e1be32806cdc3254e6986ae5a6
parenttc-testing: Implement the TdcResults module in tdc (diff)
downloadlinux-dev-8d189159ac1e8dc6d491840b3b2a9ede762269bc.tar.xz
linux-dev-8d189159ac1e8dc6d491840b3b2a9ede762269bc.zip
tc-testing: gitignore, ignore generated test results
Ignore any .tap or .xml test result files generated by tdc. Additionally, ignore plugin symlinks. Signed-off-by: Lucas Bates <lucasb@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/tc-testing/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/tc-testing/.gitignore b/tools/testing/selftests/tc-testing/.gitignore
index 7a60b85e148f..c5cc160948b3 100644
--- a/tools/testing/selftests/tc-testing/.gitignore
+++ b/tools/testing/selftests/tc-testing/.gitignore
@@ -1,2 +1,5 @@
__pycache__/
*.pyc
+plugins/
+*.xml
+*.tap