> > Try a git clean -dxf there. > Yes, all is clean. Amazing, instead of actually trying the suggestion, you did what?
> $ git status > # On master > nothing to commit (working directory clean) > > > But I found a way: > > $ rm .gitignore > $ git clean -df > > Seems .gitignore allows files which break the build, > git clean removed some .pluginspec files. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
