diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:26:57 -0800 |
| commit | f5c89b3bd5d74849757fd5b4d1a300068522a3ca (patch) | |
| tree | d6f6e4c81745b393d7594b334710f30c0b2df3bd /SDL-3.2.8/VisualC/clean.sh | |
Diffstat (limited to 'SDL-3.2.8/VisualC/clean.sh')
| -rwxr-xr-x | SDL-3.2.8/VisualC/clean.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SDL-3.2.8/VisualC/clean.sh b/SDL-3.2.8/VisualC/clean.sh new file mode 100755 index 0000000..fd16f9a --- /dev/null +++ b/SDL-3.2.8/VisualC/clean.sh | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | find . -type f \( -name '*.user' -o -name '*.sdf' -o -name '*.ncb' -o -name '*.suo' \) -print -delete | ||
| 3 | find . -type f \( -name '*.bmp' -o -name '*.wav' -o -name '*.dat' \) -print -delete | ||
| 4 | find . -depth -type d \( -name Win32 -o -name x64 \) -exec rm -rv {} \; | ||
