From 40c9fe22b37ab381a4dc67adc1a7d90b1b66ddda Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Thu, 30 Oct 2014 23:16:40 +0200 Subject: [PATCH] .gitignore: added files generated by make check --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2ea741d..fc36087 100644 --- a/.gitignore +++ b/.gitignore @@ -22,8 +22,6 @@ autom4te.cache .sconsign* src/*.o examples/*.o -tests/*.o -tests/check_parser *.a *.pc *.tar.gz @@ -36,7 +34,11 @@ examples/active examples/roster examples/bot test_stamp +test-suite.log tests/*.o +tests/*.log +tests/*.trs +tests/check_parser tests/test_base64 tests/test_ctx tests/test_hash