New comit of SDL2
[supertux.git] / src / SDL2 / VisualC / clean.sh
1 find . -depth -type d -name 'Debug' -exec rm -rv {} \;
2 find . -depth -type d -name 'Release' -exec rm -rv {} \;
3 find . -depth -type d -name 'x64' -empty -exec rmdir {} \;
4 find . -type f -name '*.user' -exec rm -v {} \;
5 find . -type f -name '*.ncb' -exec rm -v {} \;
6 find . -type f -name '*.suo' -exec rm -v {} \;