diff options
author | Sam Wilson <sam@samwilson.id.au> | 2015-01-16 11:11:18 +0800 |
---|---|---|
committer | Sam Wilson <sam@samwilson.id.au> | 2015-01-16 11:11:18 +0800 |
commit | 0df6cff38dc9bff0cd6675af0d93294982d1b51c (patch) | |
tree | 9001c213ef7e856cb75341180051b6ecca550e59 | |
parent | aa46684545b74345dff431c813758c5c3605da5c (diff) | |
download | planet-0df6cff38dc9bff0cd6675af0d93294982d1b51c.tar planet-0df6cff38dc9bff0cd6675af0d93294982d1b51c.tar.gz planet-0df6cff38dc9bff0cd6675af0d93294982d1b51c.tar.bz2 planet-0df6cff38dc9bff0cd6675af0d93294982d1b51c.tar.xz planet-0df6cff38dc9bff0cd6675af0d93294982d1b51c.zip |
Remove the cache directory. It will be created at install-time. Refs #66.
-rw-r--r-- | cache/.gitignore | 4 | ||||
-rw-r--r-- | cache/.gitkeep | 0 |
2 files changed, 0 insertions, 4 deletions
diff --git a/cache/.gitignore b/cache/.gitignore deleted file mode 100644 index 5e7d273..0000000 --- a/cache/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore diff --git a/cache/.gitkeep b/cache/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/cache/.gitkeep +++ /dev/null |