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

selftests/timens: add futex binary to .gitignore

Add the futex test binary introduced by commit a4fd8414659b
("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>

authored by

Tobias Klauser and committed by
Shuah Khan
1602a31d b1cd3d82

+1
+1
tools/testing/selftests/timens/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 clock_nanosleep 3 3 exec 4 + futex 4 5 gettime_perf 5 6 gettime_perf_cold 6 7 procfs