mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
3 lines
No EOL
166 B
PowerShell
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 } |