[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250116085929.313677-1-eng.khaled.elnaggar@gmail.com>
Date: Thu, 16 Jan 2025 10:59:28 +0200
From: Khaled Elnaggar <eng.khaled.elnaggar@...il.com>
To: shuah@...nel.org
Cc: Khaled Elnaggar <eng.khaled.elnaggar@...il.com>,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] selftests/.gitignore include missing log file
Add tpm2/AsyncTest.log to .gitignore
Signed-off-by: Khaled Elnaggar <eng.khaled.elnaggar@...il.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
Powered by blists - more mailing lists