From 208757de8875b3719331024d246e9a7324094993 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 13 Jun 2013 22:43:43 +0200 Subject: [PATCH] .gitignore: Ignore generated test files. Forgotten in d8be625da928025e96417c1b62f3336251204cef and 59375c2b7949791d8cad8e5cebde2649bac83ec8. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.43.2