add .sys .exe .com to recoll_noindex. Treat .ini as text/plain
This commit is contained in:
parent
c5ff0cdf52
commit
0f2fa18055
@ -4,6 +4,7 @@
|
|||||||
.txt = text/plain
|
.txt = text/plain
|
||||||
.text = text/plain
|
.text = text/plain
|
||||||
.d = text/plain
|
.d = text/plain
|
||||||
|
.ini = text/plain
|
||||||
|
|
||||||
# Source files.
|
# Source files.
|
||||||
# Defining them with specific types allows using a specific ext viewer (in
|
# Defining them with specific types allows using a specific ext viewer (in
|
||||||
@ -129,7 +130,7 @@
|
|||||||
# bit unconsistent to have it listed among the suffix translations, but no
|
# bit unconsistent to have it listed among the suffix translations, but no
|
||||||
# problem in practice.
|
# problem in practice.
|
||||||
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
||||||
.o .lib .dll .a \
|
.o .lib .dll .a .sys .exe .com \
|
||||||
.dat .bak .rdf .log .db .msf .pid \
|
.dat .bak .rdf .log .db .msf .pid \
|
||||||
.gnm .gnumeric \
|
.gnm .gnumeric \
|
||||||
,v ~ #
|
,v ~ #
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user