summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tc-testing/.gitignore
diff options
context:
space:
mode:
authorLucas Bates2018-12-06 23:42:27 +0100
committerDavid S. Miller2018-12-08 01:39:03 +0100
commit8d189159ac1e8dc6d491840b3b2a9ede762269bc (patch)
tree2ab4c4af5123b4e1be32806cdc3254e6986ae5a6 /tools/testing/selftests/tc-testing/.gitignore
parenttc-testing: Implement the TdcResults module in tdc (diff)
downloadkernel-qcow2-linux-8d189159ac1e8dc6d491840b3b2a9ede762269bc.tar.gz
kernel-qcow2-linux-8d189159ac1e8dc6d491840b3b2a9ede762269bc.tar.xz
kernel-qcow2-linux-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 'tools/testing/selftests/tc-testing/.gitignore')
-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