diff --git a/src/bin/extns.c b/src/bin/extns.c index 4d2a24e6..c330304a 100644 --- a/src/bin/extns.c +++ b/src/bin/extns.c @@ -7,7 +7,7 @@ const char *extn_img[] = ".cur", ".xcf", ".xcf.gz", ".arw", ".cr2", ".crw", ".dcr", ".dng", ".k25", ".kdc", ".erf", ".mrw", ".nef", ".nrf", ".nrw", ".orf", ".raw", ".rw2", ".pef", ".raf", ".sr2", ".srf", ".x3f", ".webp", ".ppt", ".pptx", ".odp", - ".tgv", + ".tgv", ".tga", NULL }; diff --git a/src/bin/tyls.c b/src/bin/tyls.c index d046163b..b80b1ab4 100644 --- a/src/bin/tyls.c +++ b/src/bin/tyls.c @@ -202,6 +202,8 @@ const Cmatch fmatch[] = { 5, 5, 5, 9, 9, 9, "*.ICO", NULL}, { 5, 5, 5, 9, 9, 9, "*.pgm", NULL}, { 5, 5, 5, 9, 9, 9, "*.PGM", NULL}, + { 5, 5, 5, 9, 9, 9, "*.tga", NULL}, + { 5, 5, 5, 9, 9, 9, "*.TGA", NULL}, { 5, 5, 5, 9, 9, 9, "*.pbm", NULL}, { 5, 5, 5, 9, 9, 9, "*.PBM", NULL}, { 5, 5, 5, 9, 9, 9, "*.psd", NULL},