diff options
author | Maurice Svay <maurice@svay.com> | 2012-03-06 23:19:26 -0800 |
---|---|---|
committer | Maurice Svay <maurice@svay.com> | 2012-03-06 23:19:26 -0800 |
commit | d5943db5285b324b8831a613d487e64065d12eae (patch) | |
tree | ac92eeb159bf0e59677a2700ba9a6686a89fc210 | |
parent | b86fc236fff8c160be622fa3976275ca064bec00 (diff) | |
parent | 8bd2d63676e46a779e65e335ab85e33623d993c3 (diff) | |
download | planet-d5943db5285b324b8831a613d487e64065d12eae.tar planet-d5943db5285b324b8831a613d487e64065d12eae.tar.gz planet-d5943db5285b324b8831a613d487e64065d12eae.tar.bz2 planet-d5943db5285b324b8831a613d487e64065d12eae.tar.xz planet-d5943db5285b324b8831a613d487e64065d12eae.zip |
Merge pull request #15 from pascalchevrel/installProcess
Install process
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | cache/.gitignore | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,3 @@ custom/config.yml custom/people.opml -cache/* + diff --git a/cache/.gitignore b/cache/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/cache/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore |