On Fri, Aug 19, 2022 at 12:05:58PM -0700, Axel Rasmussen wrote:
Some recent commits added new test binaries, but forgot to add those to .gitignore. Now, after one does "make -C tools/testing/selftests", one ends up with some untracked files in the kernel tree.
Add the test binaries to .gitignore, to avoid this minor annoyance.
Fixes: d8b6171bd58a ("selftests/io_uring: test zerocopy send") Fixes: 6342140db660 ("selftests/timens: add a test for vfork+exit") Signed-off-by: Axel Rasmussen axelrasmussen@google.com
Reviewed-by: Kees Cook keescook@chromium.org