quakeforge/vc2008/clean.ps1

3 lines
166 B
PowerShell

ls -recurse -include 'win32','x64','*.user' | rm -recurse
if(test-path QuakeForge.suo) { rm QuakeForge.suo -force }
if(test-path QuakeForge.ncb) { rm QuakeForge.ncb }