diff options
author | Darren Hart <[email protected]> | 2015-05-12 21:07:57 -0700 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2015-05-26 15:58:09 -0600 |
commit | 3dce92845396c26b0e5ad992277cbb8b296e33bd (patch) | |
tree | 348e35852b790daae454e1825a332eff2b0c0e0e | |
parent | 4100e675a9be8974e00b5dd26be529136a31d519 (diff) |
selftests/futex: Add .gitignore
Add the futex/functional targets to .gitignore.
Cc: Shuah Khan <[email protected]>
Cc: [email protected]
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: KOSAKI Motohiro <[email protected]>
Signed-off-by: Darren Hart <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
-rw-r--r-- | tools/testing/selftests/futex/functional/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/selftests/futex/functional/.gitignore b/tools/testing/selftests/futex/functional/.gitignore new file mode 100644 index 000000000000..a09f57061902 --- /dev/null +++ b/tools/testing/selftests/futex/functional/.gitignore @@ -0,0 +1,7 @@ +futex_requeue_pi +futex_requeue_pi_mismatched_ops +futex_requeue_pi_signal_restart +futex_wait_private_mapped_file +futex_wait_timeout +futex_wait_uninitialized_heap +futex_wait_wouldblock |