|
From: Paul F. <pa...@so...> - 2021-10-01 18:42:29
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=4160284cbd20fcb3e9648fcee762e2be2d6e68e9 commit 4160284cbd20fcb3e9648fcee762e2be2d6e68e9 Author: Paul Floyd <pj...@wa...> Date: Fri Oct 1 20:41:44 2021 +0200 Add generated glibc drd and helgrind files to .gitignore Diff: --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ed78bb8e3f..05b0b040b2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ /default.supp /depcomp /glibc-2.X.supp +/glibc-2.X-drd.supp +/glibc-2.X-helgrind.supp /install-sh /lib /Makefile |