summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/VisualC-GDK/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/SDL-3.2.20/VisualC-GDK/clean.sh')
-rwxr-xr-xsrc/contrib/SDL-3.2.20/VisualC-GDK/clean.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/VisualC-GDK/clean.sh b/src/contrib/SDL-3.2.20/VisualC-GDK/clean.sh
new file mode 100755
index 0000000..235b79c
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/VisualC-GDK/clean.sh
@@ -0,0 +1,7 @@
1#!/bin/sh
2find . -type f \( -name '*.user' -o -name '*.sdf' -o -name '*.ncb' -o -name '*.suo' \) -print -delete
3find . -type f \( -name '*.bmp' -o -name '*.wav' -o -name '*.dat' \) -print -delete
4find . -depth -type d \( -name Gaming.Desktop.x64 \) -exec rm -rv {} \;
5find . -depth -type d \( -name Gaming.Xbox.Scarlett.x64 \) -exec rm -rv {} \;
6find . -depth -type d \( -name Gaming.Xbox.XboxOne.x64 \) -exec rm -rv {} \;
7rm shaders/*.h