From: Christophe Leroy Date: Fri, 28 Feb 2020 00:00:08 +0000 (+0000) Subject: selftests: pidfd: Add pidfd_fdinfo_test in .gitignore X-Git-Tag: v5.6-rc5~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=186e28a18aeb0fec99cc586fda337e6b23190791;p=thirdparty%2Flinux.git selftests: pidfd: Add pidfd_fdinfo_test in .gitignore The commit identified below added pidfd_fdinfo_test but failed to add it to .gitignore Fixes: 2def297ec7fb ("pidfd: add tests for NSpid info in fdinfo") Signed-off-by: Christophe Leroy Acked-by: Christian Brauner Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/966567c7dbaa26a06730d796354f8a086c0ee288.1582847778.git.christophe.leroy@c-s.fr Signed-off-by: Christian Brauner --- diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore index 3a779c084d965..39559d723c418 100644 --- a/tools/testing/selftests/pidfd/.gitignore +++ b/tools/testing/selftests/pidfd/.gitignore @@ -2,4 +2,5 @@ pidfd_open_test pidfd_poll_test pidfd_test pidfd_wait +pidfd_fdinfo_test pidfd_getfd_test