add ics + more programming languages
This commit is contained in:
parent
744b8770fe
commit
5e83701c79
@ -15,6 +15,9 @@
|
|||||||
.c = text/x-c
|
.c = text/x-c
|
||||||
.cc = text/x-c
|
.cc = text/x-c
|
||||||
.py = text/x-python
|
.py = text/x-python
|
||||||
|
.awk = application/x-awk
|
||||||
|
.pl = application/x-perl
|
||||||
|
.sh = application/x-shellscript
|
||||||
|
|
||||||
.rtf = text/rtf
|
.rtf = text/rtf
|
||||||
|
|
||||||
@ -22,6 +25,7 @@
|
|||||||
.htm = text/html
|
.htm = text/html
|
||||||
.shtml = text/html
|
.shtml = text/html
|
||||||
.php = text/html
|
.php = text/html
|
||||||
|
.ics = text/calendar
|
||||||
|
|
||||||
.pdf = application/pdf
|
.pdf = application/pdf
|
||||||
|
|
||||||
@ -103,13 +107,12 @@
|
|||||||
.tif = image/tiff
|
.tif = image/tiff
|
||||||
|
|
||||||
# A list of stuff that we don't want to touch at all (for now). Having the
|
# A list of stuff that we don't want to touch at all (for now). Having the
|
||||||
# suffixes listed in there speeds up things quite a lot by avoiding
|
# suffixes listed in there speeds things up a bit by avoiding
|
||||||
# unneeded decompression or 'file' calls. File names still get indexed if
|
# unneeded decompression or 'file' calls. File names still get indexed if
|
||||||
# indexallfilenames is set
|
# indexallfilenames is set
|
||||||
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
||||||
.m4 .tcl .js .sh .pl .awk \
|
|
||||||
.o .lib .dll .a \
|
.o .lib .dll .a \
|
||||||
.dat .bak .rdf .log .db .ini .msf .pid \
|
.dat .bak .rdf .log .db .msf .pid \
|
||||||
.gnm .gnumeric \
|
.gnm .gnumeric \
|
||||||
.gif .bmp .xpm \
|
.gif .bmp .xpm \
|
||||||
,v ~ #
|
,v ~ #
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user