From 000258df5c7d33095135ef826ae619307619d822 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 31 Jan 2026 15:23:05 +0300 Subject: [PATCH] chore: ignore valgrind artifacts Signed-off-by: NotAShelf Change-Id: I309e751b96e858f231e224d3b345670e6a6a6964 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index aca924b..cb8e347 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ test_memory test_config *.jpg *.conf +vgcore.* +*_report.txt