more extns known in tyls.

SVN revision: 84071
This commit is contained in:
Carsten Haitzler 2013-02-19 00:46:56 +00:00
parent 2ebc8c42c6
commit 3756f251b7
1 changed files with 7 additions and 2 deletions

View File

@ -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"},