public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests/.gitignore include missing log file
@ 2025-01-16  8:59 Khaled Elnaggar
  2025-01-20 23:26 ` Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Khaled Elnaggar @ 2025-01-16  8:59 UTC (permalink / raw)
  To: shuah; +Cc: Khaled Elnaggar, linux-kselftest, linux-kernel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests/.gitignore include missing log file
  2025-01-16  8:59 [PATCH] selftests/.gitignore include missing log file Khaled Elnaggar
@ 2025-01-20 23:26 ` Shuah Khan
  0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2025-01-20 23:26 UTC (permalink / raw)
  To: Khaled Elnaggar, shuah; +Cc: linux-kselftest, linux-kernel, Shuah Khan

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-20 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-16  8:59 [PATCH] selftests/.gitignore include missing log file Khaled Elnaggar
2025-01-20 23:26 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox