1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2025-01-03 07:29:37 +01:00
sdl2_frt/VisualC/clean.sh
2013-11-29 10:06:08 -03:00

6 lines
240 B
Bash
Executable File

find . -type d -name 'Debug' -exec rm -rv {} \;
find . -type d -name 'Release' -exec rm -rv {} \;
find . -type f -name '*.user' -exec rm -v {} \;
find . -type f -name '*.ncb' -exec rm -v {} \;
find . -type f -name '*.suo' -exec rm -v {} \;