Message ID | 20190911093442.13412-1-pvorel@suse.cz (mailing list archive) |
---|---|
State | Mainlined |
Commit | 34cd83bb8a468b24d9a13adbfb5ad645c552b8e2 |
Headers | show |
Series | selftests/tpm2: Add log and *.pyc to .gitignore | expand |
On Wed, Sep 11, 2019 at 11:34:42AM +0200, Petr Vorel wrote: > Fixes: 6ea3dfe1e073 ("selftests: add TPM 2.0 tests") > > Signed-off-by: Petr Vorel <pvorel@suse.cz> Reviewed-by: <jarkko.sakkinen@linux.intel.com> I applied this to my tpmdd tree. I'll put the both fixes to my next PR. /Jarkko
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
Fixes: 6ea3dfe1e073 ("selftests: add TPM 2.0 tests") Signed-off-by: Petr Vorel <pvorel@suse.cz> --- tools/testing/selftests/.gitignore | 2 ++ 1 file changed, 2 insertions(+)