On 05.09.2012 15:30, Daniel Teske wrote: > >>> Try a git clean -dxf there. >> Yes, all is clean. > Amazing, instead of actually trying the suggestion, you did what? >
Ah, I didn't know the x option, and overread it and only used -df >> $ 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 > _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
