coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: fix factor's test file name pattern in .gitignore


From: Bernhard Voelker
Subject: [PATCH] maint: fix factor's test file name pattern in .gitignore
Date: Mon, 05 Nov 2012 20:39:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2

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
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]