]> git.sesse.net Git - vlc/commitdiff
Directory: ignore .ini files.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Feb 2009 08:24:05 +0000 (09:24 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Feb 2009 08:24:05 +0000 (09:24 +0100)
modules/access/directory.c

index ff4309cecab29a0ce2a04010e43559dc708e397c..00d792e6e6c1624acb5bf9cc5808846d42148e46 100644 (file)
@@ -90,7 +90,7 @@ vlc_module_begin ()
     add_string( "recursive", "expand" , NULL, RECURSIVE_TEXT,
                 RECURSIVE_LONGTEXT, false )
       change_string_list( psz_recursive_list, psz_recursive_list_text, 0 )
-    add_string( "ignore-filetypes", "m3u,db,nfo,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa",
+    add_string( "ignore-filetypes", "m3u,db,nfo,ini,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa",
                 NULL, IGNORE_TEXT, IGNORE_LONGTEXT, false )
     set_callbacks( Open, Close )
 vlc_module_end ()