From 3756f251b763560187bf7184a5349fbd22743c9c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 19 Feb 2013 00:46:56 +0000 Subject: [PATCH] more extns known in tyls. SVN revision: 84071 --- src/bin/tyls.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/bin/tyls.c b/src/bin/tyls.c index 4b7aba4e..d67b7550 100644 --- a/src/bin/tyls.c +++ b/src/bin/tyls.c @@ -351,6 +351,8 @@ const Cmatch fmatch[] = { 2, 3, 5, 9, 9, 9, "*.AAC"}, { 2, 3, 5, 9, 9, 9, "*.wav"}, { 2, 3, 5, 9, 9, 9, "*.WAV"}, + { 2, 3, 5, 9, 9, 9, "*.m3u"}, + { 2, 3, 5, 9, 9, 9, "*.M3U"}, { 3, 5, 2, 9, 9, 9, "*.patch"}, { 3, 5, 2, 9, 9, 9, "*.PATCH"}, @@ -386,15 +388,18 @@ const Cmatch fmatch[] = { 4, 1, 5, 9, 9, 9, "*.m4"}, { 5, 2, 0, 9, 9, 9, "*.sh"}, + { 5, 2, 0, 9, 9, 9, "*.SH"}, { 5, 2, 0, 9, 9, 9, "*.bin"}, { 5, 2, 0, 9, 9, 9, "*.BIN"}, + { 5, 2, 0, 9, 9, 9, "*.run"}, + { 5, 2, 0, 9, 9, 9, "*.RUN"}, - { 2, 2, 3, 9, 9, 9, "*.in"}, - { 5, 4, 0, 9, 9, 9, "configure"}, { 5, 3, 0, 9, 9, 9, "configure.in"}, { 5, 2, 0, 9, 9, 9, "configure.ac"}, + { 2, 2, 3, 9, 9, 9, "*.in"}, + { 0, 5, 5, 9, 9, 9, "*.c"}, { 0, 5, 5, 9, 9, 9, "*.C"}, { 1, 4, 5, 9, 9, 9, "*.x"},