|
From: Mark W. <ma...@so...> - 2023-04-22 01:42:32
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=c8832cb2ddf08c6f8c28ff4fd511561e15ec120e commit c8832cb2ddf08c6f8c28ff4fd511561e15ec120e Author: Mark Wielaard <ma...@kl...> Date: Sat Apr 22 03:41:04 2023 +0200 Add helgrind/tests/garbage.filtered.out to .gitignore Diff: --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 71f1828d66..27183b99b9 100644 --- a/.gitignore +++ b/.gitignore @@ -661,6 +661,7 @@ /helgrind/tests/cond_timedwait_invalid /helgrind/tests/cond_timedwait_test /helgrind/tests/free_is_write +/helgrind/tests/garbage.filtered.out /helgrind/tests/hg01_all_ok /helgrind/tests/hg02_deadlock /helgrind/tests/hg03_inherit |