[PATCH] selftests/.gitignore include missing log file

Khaled Elnaggar posted 1 patch 11 months ago
tools/testing/selftests/.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH] selftests/.gitignore include missing log file
Posted by Khaled Elnaggar 11 months ago
Add tpm2/AsyncTest.log to .gitignore

Signed-off-by: Khaled Elnaggar <eng.khaled.elnaggar@gmail.com>
---
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

 # Python bytecode and cache
--
2.45.2
Re: [PATCH] selftests/.gitignore include missing log file
Posted by Shuah Khan 10 months, 3 weeks ago
On 1/16/25 01:59, Khaled Elnaggar wrote:
> Add tpm2/AsyncTest.log to .gitignore
> 
> Signed-off-by: Khaled Elnaggar <eng.khaled.elnaggar@gmail.com>
> ---
> 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