From: Simon Ruderich Date: Thu, 13 Jun 2013 20:43:43 +0000 (+0200) Subject: .gitignore: Ignore generated test files. X-Git-Tag: 0.1~48 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=208757de8875b3719331024d246e9a7324094993 .gitignore: Ignore generated test files. Forgotten in d8be625da928025e96417c1b62f3336251204cef and 59375c2b7949791d8cad8e5cebde2649bac83ec8. --- diff --git a/.gitignore b/.gitignore index 6401ebd..989a240 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,8 @@ /tests/example_exec.o /tests/example_vfork /tests/example_vfork.o +/tests/test_environment.sh.log +/tests/test_environment.sh.trs /tests/test_error.sh.log /tests/test_error.sh.trs /tests/test_example.sh.log @@ -41,6 +43,8 @@ /tests/test_redirects.sh.trs /tests/test_simple.sh.log /tests/test_simple.sh.trs +/tests/test_symbols.sh.log +/tests/test_symbols.sh.trs /tests/test_vfork.sh.log /tests/test_vfork.sh.trs /tests/test-suite.log