From: Eric Haszlakiewicz Date: Sun, 8 Sep 2013 22:23:24 +0000 (-0500) Subject: The updated test driver creates .log and .trs files; ignore them. X-Git-Tag: json-c-0.12-20140410~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e4990d1d7feca862bf6daeac2a268f6c8bda69;p=thirdparty%2Fjson-c.git The updated test driver creates .log and .trs files; ignore them. --- diff --git a/.gitignore b/.gitignore index f3b18f12..a920d40f 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