diff mbox series

selftests/tpm2: Add log and *.pyc to .gitignore

Message ID 20190911093442.13412-1-pvorel@suse.cz (mailing list archive)
State New, archived
Headers show
Series selftests/tpm2: Add log and *.pyc to .gitignore | expand

Commit Message

Petr Vorel Sept. 11, 2019, 9:34 a.m. UTC
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(+)

Comments

Jarkko Sakkinen Sept. 13, 2019, 1:52 p.m. UTC | #1
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 mbox series

Patch

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