-
Hi, Less than 5 of them have been changed by me. What is the best way to proceed? Github desktop comes with a small .gitignore file, obviously not with suitable entries (like .moc, since files are named moc_*). But where do I know from, which patterns to use, so I don't miss anything? Is there a way to split between repo sources and objects creates by the build? I think last idea would be better. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
simplest solution is to build in a different directory. |
Beta Was this translation helpful? Give feedback.
simplest solution is to build in a different directory.
qtcreator does so by default. Just call qmake .../texstudio.pro from a different directory.