[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201217163140.22635-1-tklauser@distanz.ch>
Date: Thu, 17 Dec 2020 17:31:40 +0100
From: Tobias Klauser <tklauser@...tanz.ch>
To: Shuah Khan <shuah@...nel.org>
Cc: Vincenzo Frascino <vincenzo.frascino@....com>,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] selftests/vDSO: add additional binaries to .gitignore
Add the test binaries introduced by commit 693f5ca08ca0 ("kselftest:
Extend vDSO selftest"), commit 03f55c7952c9 ("kselftest: Extend vDSO
selftest to clock_getres") and commit c7e5789b24d3 ("kselftest: Move
test_vdso to the vDSO test suite") to .gitignore.
Signed-off-by: Tobias Klauser <tklauser@...tanz.ch>
---
tools/testing/selftests/vDSO/.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/testing/selftests/vDSO/.gitignore b/tools/testing/selftests/vDSO/.gitignore
index 5eb64d41e541..a8dc51af5a9c 100644
--- a/tools/testing/selftests/vDSO/.gitignore
+++ b/tools/testing/selftests/vDSO/.gitignore
@@ -1,5 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso_test
+vdso_test_abi
+vdso_test_clock_getres
+vdso_test_correctness
vdso_test_gettimeofday
vdso_test_getcpu
vdso_standalone_test_x86
--
2.29.0
Powered by blists - more mailing lists