Skip to content

Latest commit

 

History

History
executable file
·
3 lines (3 loc) · 144 Bytes

clean.sh

File metadata and controls

executable file
·
3 lines (3 loc) · 144 Bytes
 
Jun 14, 2015
Jun 14, 2015
1
2
3
#!/bin/sh
find . -type f \( -name '*.user' -o -name '*.sdf' -o -name '*.ncb' -o -name '*.suo' \) -print -delete
rm -rvf Win32 */Win32 x64 */x64