Marco van de Voort wrote:
On Sun, Sep 20, 2015 at 08:49:14AM +0000, Mark Morgan Lloyd wrote:
Looking at some projects filed away here, I find I've been inconsistent so would appreciate it if somebody could say authoritatively: what types of file should be put in a repository, and what is regenerated reliably?

Obviously .lpi, .lpr, .lfm and .pas or .pp should be saved, and any static .inc files.

.rc

Should that be stored in all cases or is it version-specific?

I presume that anything machine-generated and usually put into the lib directory shouldn't be stored even if it ends up elsewhere: .ppu, .o, .a, .res, .or.

3rd party .res might need to be stored (e.g. a windows icon).

[Nod] although these will usually stand out since they won't have the same basename as a form or unit.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to