mirror of https://gitee.com/openkylin/linux.git
selftests/timens: add futex binary to .gitignore
Add the futex test binary introduced by commit a4fd841465
("selftests/timens: Add a test for futex()") to .gitignore.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
b1cd3d82a9
commit
1602a31d71
|
@ -1,6 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
clock_nanosleep
|
||||
exec
|
||||
futex
|
||||
gettime_perf
|
||||
gettime_perf_cold
|
||||
procfs
|
||||
|
|
Loading…
Reference in New Issue