Skip to content

Add icon for .go files + Add makefile icon for extra filenames

Mateus Melchiades requested to merge matbme/gnome-builder:main into main

This PR adds a new symbolic icon for displaying .go files, plus some extra special filename handling for the following files:

  • go.mod receives the text-makefile-symbolic symbol
  • pyproject.toml receives the text-makefile-symbolic symbol
  • requirements.txt receives the text-makefile-symbolic symbol
  • Containerfile receives the text-makefile-symbolic symbol

Merge request reports