Skip to content

data: remove text files from ignored-files

Text files with a content type other than text/plain can be removed from ignored-files setting because no .rule file matches their content type.

The removed with their content type:

  • *.m4: application/x-m4
  • Makefile: text/x-makefile
  • ltmain.sh: application/x-shellscript
  • libtool: application/x-shellscript
  • config.status: application/x-shellscript
  • confdefs.h: text/x-chdr
  • configure: application/x-shellscript

text/plain is the supertype of these content types but tracker does not check supertypes so these text files are already ignored and don't need to be included in ignored-files.

Follow up to !403 (merged).

Merge request reports