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>
This commit is contained in:
Lucas Bates 2018-12-06 17:42:27 -05:00 committed by David S. Miller
parent 915c158dea
commit 8d189159ac
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
__pycache__/
*.pyc
plugins/
*.xml
*.tap