From 74af94132ad1e47cffdf7f6cebbcfc7f2cde7e51 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 13 Oct 2015 10:14:54 -0400 Subject: [PATCH] try hardcoding it in --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 69ea53f..868d355 100755 --- a/bin/compile +++ b/bin/compile @@ -152,7 +152,7 @@ bpwatch stop restore_cache # Cleanup what's in the cache. cd $CACHED_DIR -rm !($WHITELISTED_CACHE_ENTRIES) +rm !(python|python-stack|python-version|venv|vendor) cd $BUILD_DIR set +e