From b46cc0c6da96aa23e7bc7f079e23047e055db58c Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 13 Oct 2015 10:16:10 -0400
Subject: [PATCH] ignore cleanup the cache

---
 bin/compile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bin/compile b/bin/compile
index 868d3559..babd780f 100755
--- a/bin/compile
+++ b/bin/compile
@@ -150,11 +150,6 @@ bpwatch start restore_cache
   cp -R $CACHE_DIR/$CACHED_DIR . &> /dev/null || true
 bpwatch stop restore_cache
 
-# Cleanup what's in the cache.
-cd $CACHED_DIR
-rm !(python|python-stack|python-version|venv|vendor)
-cd $BUILD_DIR
-
 set +e
 # Create set-aside `.heroku` folder.
 mkdir .heroku &> /dev/null
-- 
GitLab