Stephen A. Balaban

Results 2 comments of Stephen A. Balaban

This is no longer an issue, it should be closed.

`config.cfg` is correct. `config.cfg.template` is a version-controlled _template_ of the actual config file `config.cfg`, which is not to be version controlled. This is pretty standard, i.e. `cp config.cfg.template config.cfg &&...