0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-01 23:11:08 +00:00
quakeforge/vc2005/clean.ps1
2007-04-04 07:48:14 +00:00

3 lines
No EOL
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 }