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 <[email protected]>
---
 .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
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to