From: Petr Vorel Date: Wed, 11 Sep 2019 09:34:42 +0000 (+0200) Subject: selftests/tpm2: Add log and *.pyc to .gitignore X-Git-Tag: v5.15~5424^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34cd83bb8a468b24d9a13adbfb5ad645c552b8e2;p=platform%2Fkernel%2Flinux-starfive.git selftests/tpm2: Add log and *.pyc to .gitignore Fixes: 6ea3dfe1e073 ("selftests: add TPM 2.0 tests") Signed-off-by: Petr Vorel Reviewed-by: Jarkko Sakkinen Signed-off-by: Jarkko Sakkinen --- diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore index 8059ce8..61df01c 100644 --- a/tools/testing/selftests/.gitignore +++ b/tools/testing/selftests/.gitignore @@ -2,3 +2,5 @@ gpiogpio-event-mon gpiogpio-hammer gpioinclude/ gpiolsgpio +tpm2/SpaceTest.log +tpm2/*.pyc