Pregunta

Lazarus generates 3 file types for projects - *.lpr, *.lpi and *.lps. The first 2 files are necessary.

Should I keep *.lps files in version control system or should I include *.lps files in global ignore list?

¿Fue útil?

Solución

IMO, no if you are not sharing the projects. Due to the FAQ, the lps files are "Lazarus Program Session - Personal data like cursor positions, source editor files, personal build modes. stored in XML".

Otros consejos

This old, but as I am starting with use hg, I had the same question.

It seems best to NOT store .lps file in version control systems.

References:

(Also wiki.freepascal.org/file_types and forum.lazarus.freepascal.org/index.php?topic=9298.0)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top