From: Ruben Kerkhof Date: Sun, 5 Jun 2016 10:42:45 +0000 (+0200) Subject: Add test logs to .gitignore X-Git-Tag: collectd-5.6.0~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de41631e3196258b3bcfa3267e82267c8c261e72;p=thirdparty%2Fcollectd.git Add test logs to .gitignore --- diff --git a/.gitignore b/.gitignore index 2d3a33683..3e26ccda2 100644 --- a/.gitignore +++ b/.gitignore @@ -77,8 +77,11 @@ bindings/java/org/collectd/java/*.class # backup stuff *~ + # Unit tests +src/daemon/test-suite.log src/tests/ +src/test-suite.log test_* # src/daemon/...