I missed to adapt .gitignore in v8.20-9-g1cace4a, sorry.
Have a nice day,
Berny
From c1d6ac0bd57817ceb3436d84170fe0c922fcb50f Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
Date: Mon, 5 Nov 2012 20:35:13 +0100
Subject: [PATCH] maint: fix factor's test file name pattern in .gitignore
* .gitignore: Adapt the entry for the files generated during
the factor tests (see v8.20-9-g1cace4a).
---
.gitignore | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8a423f7..5ce2361 100644
--- a/.gitignore
+++ b/.gitignore
@@ -161,7 +161,7 @@
/tests/*/*.log
/tests/*/*.trs
/tests/.built-programs
-/tests/factor/[0-9]*.sh
+/tests/factor/t[0-9][0-9].sh
/tests/t?
/tests/test-suite.log
ID