Since config.h is destined to be modified by the end-user, I think it
is better to adopt what suckless usually does and move config.h to
config.def.h. This file is sort of a template from which the end-user
can build their own config.h that won’t be tracked by git.
If config.h doesn’t exist at compile-time, the makefile will
automatically copy it from the template.