Re: [PATCH] selftests/.gitignore include missing log file

From: Shuah Khan
Date: Mon Jan 20 2025 - 18:26:53 EST


On 1/16/25 01:59, Khaled Elnaggar wrote:
Add tpm2/AsyncTest.log to .gitignore

Signed-off-by: Khaled Elnaggar <eng.khaled.elnaggar@xxxxxxxxx>
---
Hello

After running kselftests, AsyncTest.log file showed when running git status.
I just added it.
---
tools/testing/selftests/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore
index cb24124ac5b9..87d532c08a3e 100644
--- a/tools/testing/selftests/.gitignore
+++ b/tools/testing/selftests/.gitignore
@@ -4,6 +4,7 @@ gpiogpio-hammer
gpioinclude/
gpiolsgpio
kselftest_install/
+tpm2/AsyncTest.log
tpm2/SpaceTest.log

Please move both tmp2 ones to gitignore under tpm2 test and send
me v2 patch.

thanks,
-- Shuah