about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xclean_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_all.sh b/clean_all.sh
index 34cb081e375..cdfc2e143e6 100755
--- a/clean_all.sh
+++ b/clean_all.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 set -e
 
-rm -rf target/ download/ build/ dist/ y.bin y.exe
+rm -rf target/ download/ build/ dist/ y.bin y.bin.dSYM y.exe y.pdb
 
 # Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
 # FIXME remove at some point in the future