diff options
| author | Kelsey Skunberg <skunberg.kelsey@gmail.com> | 2019-05-12 00:57:11 -0400 |
|---|---|---|
| committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-05-14 19:36:49 -0400 |
| commit | 4d0b5f4d7561d54f08640836e1c2eafb50e3286a (patch) | |
| tree | c901ed0cd9f31b0619d80ba94097057ed0d5b6d0 | |
| parent | 27d79a2b2bf0dbec1cc3d8ea269db4d5a0dac2f3 (diff) | |
selftests: pidfd: Create .gitignore to include pidfd_test
Create ../selftests/pidfd/.gitignore which holds the following file name
created after compiling:
- pidfd_test
Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
| -rw-r--r-- | tools/testing/selftests/pidfd/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore new file mode 100644 index 000000000000..822a1e63d045 --- /dev/null +++ b/tools/testing/selftests/pidfd/.gitignore | |||
| @@ -0,0 +1 @@ | |||
| pidfd_test | |||
