mirror of
https://github.com/love2d/megasource.git
synced 2026-08-16 16:21:13 +02:00
001744190b
Note: using the same folder for future updates.
6 lines
240 B
Bash
6 lines
240 B
Bash
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 {} \;
|