A client of mine has built Qt against VS2005. They are now wanting to put this into source control, but they don't want anything they don't need.
What's the proper way to remove temporary stuff like the "tmp" directories, without deleting output libs/DLLs or invalidating the tree for use as a QTDIR target?
If there's no prebuilt way to do it, what files are safe to delete? (Makefile.Release, VC80.pdb, etc)