From 60e4990d1d7feca862bf6daeac2a268f6c8bda69 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 8 Sep 2013 17:23:24 -0500 Subject: [PATCH] The updated test driver creates .log and .trs files; ignore them. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f3b18f1279..a920d40f77 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,8 @@ /tests/test_printbuf /tests/test_set_serializer /tests/*.vg.out +/tests/*.log +/tests/*.trs /Debug /Release *.lo