coreutils
[Top][All Lists]
Advanced

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

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


From: Pádraig Brady
Subject: Re: [PATCH] maint: fix factor's test file name pattern in .gitignore
Date: Mon, 05 Nov 2012 23:31:37 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 11/05/2012 07:39 PM, Bernhard Voelker wrote:
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



pushed.

thanks,
Pádraig.



reply via email to

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