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.4-rc1~49^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=34cd83bb8a468b24d9a13adbfb5ad645c552b8e2;p=linux.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 8059ce834247..61df01cdf0b2 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