public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 1/3] selftests: add kselftest_install to .gitignore
@ 2022-03-02 18:01 Muhammad Usama Anjum
  2022-03-02 18:01 ` [PATCH V2 2/3] selftests/exec: add generated files " Muhammad Usama Anjum
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Muhammad Usama Anjum @ 2022-03-02 18:01 UTC (permalink / raw)
  To: Shuah Khan; +Cc: Muhammad Usama Anjum, kernel, linux-kselftest, linux-kernel

Add kselftest_install directory to the .gitignore which is created while
creation of tar ball of objects:
make -C tools/testing/selftests gen_tar

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
---
Changes in V2:
Break up the patch in individual test patches
Remove changes related to net selftest
---
 tools/testing/selftests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore
index 055a5019b13c..cb24124ac5b9 100644
--- a/tools/testing/selftests/.gitignore
+++ b/tools/testing/selftests/.gitignore
@@ -3,6 +3,7 @@ gpiogpio-event-mon
 gpiogpio-hammer
 gpioinclude/
 gpiolsgpio
+kselftest_install/
 tpm2/SpaceTest.log
 
 # Python bytecode and cache
-- 
2.30.2


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

end of thread, other threads:[~2022-03-03 22:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-02 18:01 [PATCH V2 1/3] selftests: add kselftest_install to .gitignore Muhammad Usama Anjum
2022-03-02 18:01 ` [PATCH V2 2/3] selftests/exec: add generated files " Muhammad Usama Anjum
2022-03-03 22:22   ` Shuah Khan
2022-03-02 18:01 ` [PATCH V2 3/3] selftests: kvm: add generated file to the .gitignore Muhammad Usama Anjum
2022-03-03 22:23   ` Shuah Khan
2022-03-03 22:21 ` [PATCH V2 1/3] selftests: add kselftest_install to .gitignore Shuah Khan

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