Guys, when I run cmake ., it generates a bunch of intermediate files. What's the cleanest way of removing all these intermediate files, so that if I import the directory tree into a code repository, I don't accidentally commit the cmake intermediate files. Cheers. Steve.