aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-05-30 16:12:28 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-06-14 02:41:56 +0200
commit4b524d6c3affef30ee6112395c4a9b0712835f17 (patch)
tree6aa757684fbfa8e60d8892b33218cb766a800174
parent3525ecf0d41d0e40f8719ad3f8bd35a7781ab8cc (diff)
downloadhardware_replicant_libsamsung-ipc-4b524d6c3affef30ee6112395c4a9b0712835f17.tar.gz
hardware_replicant_libsamsung-ipc-4b524d6c3affef30ee6112395c4a9b0712835f17.tar.bz2
hardware_replicant_libsamsung-ipc-4b524d6c3affef30ee6112395c4a9b0712835f17.zip
gitignore: Add forgotten Valgrind log files
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@cyberdimension.org>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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
\#.*\#