]> Git Repo - linux.git/commitdiff
selftests/timens: add futex binary to .gitignore
authorTobias Klauser <[email protected]>
Fri, 18 Dec 2020 16:56:51 +0000 (17:56 +0100)
committerShuah Khan <[email protected]>
Tue, 9 Feb 2021 00:29:58 +0000 (17:29 -0700)
Add the futex test binary introduced by commit a4fd8414659b
("selftests/timens: Add a test for futex()") to .gitignore.

Signed-off-by: Tobias Klauser <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
tools/testing/selftests/timens/.gitignore

index 2e43851b47c1974824b25554b84ec89c6d3a4c2a..fe1eb8271b359d0ad70ca27bb8e7dd23b52e41f3 100644 (file)
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 clock_nanosleep
 exec
+futex
 gettime_perf
 gettime_perf_cold
 procfs
This page took 0.05876 seconds and 4 git commands to generate.