From: Paul F. <pa...@so...> - 2024-06-30 05:30:11
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=b57d2a4aaf0e6a05227b8f8eb9d408c90f82c2bc commit b57d2a4aaf0e6a05227b8f8eb9d408c90f82c2bc Author: Paul Floyd <pj...@wa...> Date: Sun Jun 30 07:29:24 2024 +0200 Add track-fds-exec-children to .gitignore Diff: --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1473e9a739..6379006fe8 100644 --- a/.gitignore +++ b/.gitignore @@ -1643,6 +1643,7 @@ /none/tests/threadederrno /none/tests/timestamp /none/tests/tls +/none/tests/track-fds-exec-children /none/tests/unit_debuglog /none/tests/valgrind_cpp_test /none/tests/vgcore.* |