Hi guys, I'm in the process of making an application that scans all the folders on the computer for unnecessary files that can be deleted. So far it searches for the following extensions:

*.BAK
*.CHK
*.LOG
*.DMP
*.OLD
*.TMP
Thumbs.db

Are there any more suggestions?

Please note that my program doesn't search specific folders, like the Temp folder; it searches the whole computer.