From e176965c1c7db7e7a5310deafbcc9f061b21e384 Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Tue, 18 Dec 2012 18:27:39 +0100 Subject: [PATCH] Ignore valgrind output files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 843fb3c837..4a8ace25f3 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ /tests/test_null /tests/test_printbuf /tests/test_set_serializer +/tests/*.vg.out /Debug /Release *.lo