From a187f06f691dd07694b120952ae2951a8b69a763 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 (Apply commit 5cce9c5 from 'release-7_2' branch.) Conflicts: .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 65f4e76..62783b3 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ Makefile.in # These files are generated by make check: /tests/list_atomic.c /tests/test_atomic_include.h +/tests/test*.log +/tests/test*.trs -- 2.40.0