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: https://git.tokkee.org/?a=commitdiff_plain;h=de41631e3196258b3bcfa3267e82267c8c261e72;p=collectd.git Add test logs to .gitignore --- diff --git a/.gitignore b/.gitignore index 2d3a3368..3e26ccda 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/...