From 5cce9c54b8b831dbff1388c2569f6cb99dc3f23d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 31 Aug 2013 11:16:19 +0400 Subject: [PATCH] .gitignore: Ignore test*.log, test*.trs --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05a15a0..98110c4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,8 +37,11 @@ Makefile /tests/test_malloc /tests/test_stack +/pthreads-w32* + /libtool /ltmain.sh /m4/*.m4 -/pthreads-w32* +/tests/test*.log +/tests/test*.trs -- 2.50.1