Hi Zint-team,
this is not a bug but a suggestion for an additonal entry in the .gitignore file.
I'm using QtCreator for development with Linux (Ubuntu). It can process Cmake project files, which is a really nice feature.
QtCreator stores user specific settings in a separate file, which is named CMakeLists.txt.user, maybe with some additional suffix.
My suggestion is to put the following line in the .gitognore file:
CMakeLists.txt.user*
It should catch all the QtCreator specific files containing user specific settings.
Kind regards
Christoph
Done by commit [547952]. Please verify if ok. Will close ticket after your check.
Thanks,
Harald
Related
Commit: [547952]
Works perfectly. Thank you.
Christoph