[Replicant] [libsamsung-ipc] [PATCH 01/21] gitignore: Add forgotten Valgrind log files

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Fri Jun 17 16:15:33 UTC 2022


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 <GNUtoo at 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



More information about the Replicant mailing list