When running the tests with --enable-valgrind-tests, many valgrind.*.log files are produced in several directories.
As the '*' is replaced by the pid of the process being monitored, over time the number of valgrind log files keep increasing at each 'make check' run, so without this patch, git status shows many valgrind.*.log in the list of untracked files. Signed-off-by: Denis 'GNUtoo' Carikli <gnu...@cyberdimension.org> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 06600b8..2c06001 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /tools/nv_data-md5.log /tools/nv_data-md5.trs /tools/test-suite.log +valgrind.*.log # Text editors \#.*\# -- 2.36.1 _______________________________________________ Replicant mailing list Replicant@osuosl.org https://lists.osuosl.org/mailman/listinfo/replicant