Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@distanz.ch>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Tobias Klauser and committed by
Shuah Khan
3b4cf848 e71ba945

+3
+3
tools/testing/selftests/vDSO/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 vdso_test 3 + vdso_test_abi 4 + vdso_test_clock_getres 5 + vdso_test_correctness 3 6 vdso_test_gettimeofday 4 7 vdso_test_getcpu 5 8 vdso_standalone_test_x86