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

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>

authored by

Lucas Bates and committed by
David S. Miller
8d189159 915c158d

+3
+3
tools/testing/selftests/tc-testing/.gitignore
··· 1 1 __pycache__/ 2 2 *.pyc 3 + plugins/ 4 + *.xml 5 + *.tap