Skip to content

data: remove text/plain files from ignored-files

Jake Dane requested to merge (removed):jakedane-master-patch-81577 into master

Files with content type text/plain can be removed from ignored-files setting because text-allowlist setting now exists as well. That setting is in org.freedesktop.Tracker.Extract.gschema.xml.

These files all have content type text/plain:

  • *.csproj
  • mimeapps.list
  • mimeinfo.cache
  • gnome-mimeapps.list
  • kde-mimeapps.list

And text-allowlist already exludes them because their extension is not *.txt, *.md or *.mdwn.

First step for cleaning up ignored-files as suggested by @sthursfield in tracker#375 (comment 152671).

Merge request reports