Keep files checked by `gdk diff-config` updated, perhaps by finding `*.example*`

What

Find system for updating files checked by gdk diff-config

Why

The file list is hard coded and can miss newly added config files

How

Perhaps with find . -iname '*.example*', or by extracting the list of files used in clean-config in the Makefile

Related