summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/VisualC-GDK/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/SDL-3.2.8/VisualC-GDK/clean.sh')
-rwxr-xr-xcontrib/SDL-3.2.8/VisualC-GDK/clean.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/SDL-3.2.8/VisualC-GDK/clean.sh b/contrib/SDL-3.2.8/VisualC-GDK/clean.sh
deleted file mode 100755
index 235b79c..0000000
--- a/contrib/SDL-3.2.8/VisualC-GDK/clean.sh
+++ /dev/null
@@ -1,7 +0,0 @@
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