Switch to unified view

a/src/sampleconf/mimemap b/src/sampleconf/mimemap
1
# @(#$Id: mimemap,v 1.4 2005-04-05 09:35:35 dockes Exp $  (C) 2004 J.F.Dockes
1
# @(#$Id: mimemap,v 1.5 2005-04-07 09:05:39 dockes Exp $  (C) 2004 J.F.Dockes
2
2
3
# Recoll: associations of file name extensions to mime types
3
# Recoll: associations of file name extensions to mime types
4
.txt = text/plain
4
.txt = text/plain
5
.text = text/plain
5
.text = text/plain
6
.d    = text/plain
6
.d    = text/plain
...
...
39
39
40
# A list of stuff that we don't want to touch at all (for now). Having the
40
# A list of stuff that we don't want to touch at all (for now). Having the
41
# suffixes listed in there speeds up things quite a lot by avoiding
41
# suffixes listed in there speeds up things quite a lot by avoiding
42
# unneeded decompression or 'file' calls
42
# unneeded decompression or 'file' calls
43
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz \
43
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz \
44
         .c .h .cpp .m4 .tcl .js .sh .pl .awk \
44
       .c .h .cpp .m4 .tcl .js .sh .pl .awk \
45
         .o .lib .dll .a \
45
       .o .lib .dll .a \
46
         .dat .bak .rdf .log  .db .ini .gnm .gnumeric \
46
       .dat .bak .rdf .log .db .ini .gnm .gnumeric .msf \
47
         .jpg .gif .bmp .xpm
47
       .jpg .gif .bmp .xpm
48
48