summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2012-11-05 20:35:13 +0100
committerPádraig Brady <P@draigBrady.com>2012-11-05 23:19:01 +0000
commit801cd6216bd8c913af9bca44a87c3cc9997f6125 (patch)
treea70497aca3acc25b4312bbb0fb3ba9d177f94236 /.gitignore
parentde2397fece839ce90f71e0624f5435755ad9ea01 (diff)
downloadcoreutils-801cd6216bd8c913af9bca44a87c3cc9997f6125.tar.xz
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).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8a423f752..5ce236149 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