diff options
author | Kelsey Skunberg <skunberg.kelsey@gmail.com> | 2019-05-11 22:57:11 -0600 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-05-14 17:36:49 -0600 |
commit | 4d0b5f4d7561d54f08640836e1c2eafb50e3286a (patch) | |
tree | c901ed0cd9f31b0619d80ba94097057ed0d5b6d0 /tools/testing/selftests | |
parent | 27d79a2b2bf0dbec1cc3d8ea269db4d5a0dac2f3 (diff) | |
download | linux-4d0b5f4d7561d54f08640836e1c2eafb50e3286a.tar.gz |
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>
Diffstat (limited to 'tools/testing/selftests')
-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 |