selftests/vDSO: add additional binaries to .gitignore
Add the test binaries introduced by commit693f5ca08c("kselftest: Extend vDSO selftest"), commit03f55c7952("kselftest: Extend vDSO selftest to clock_getres") and commitc7e5789b24("kselftest: Move test_vdso to the vDSO test suite") to .gitignore. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
committed by
Shuah Khan
parent
e71ba9452f
commit
3b4cf848da
3
tools/testing/selftests/vDSO/.gitignore
vendored
3
tools/testing/selftests/vDSO/.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user