diff options
author | Pascal Chevrel <pascal@chevrel.org> | 2012-03-06 22:27:59 +0100 |
---|---|---|
committer | Pascal Chevrel <pascal@chevrel.org> | 2012-03-06 22:27:59 +0100 |
commit | 0f502d52819bb38744ab93a53ef23d2e7c17de95 (patch) | |
tree | 3412e8cad13e89b585a85893ae5508ea252ee6f6 | |
parent | 528588f6903c1bde12229e572363f0e40c31b8dd (diff) | |
download | planet-0f502d52819bb38744ab93a53ef23d2e7c17de95.tar planet-0f502d52819bb38744ab93a53ef23d2e7c17de95.tar.gz planet-0f502d52819bb38744ab93a53ef23d2e7c17de95.tar.bz2 planet-0f502d52819bb38744ab93a53ef23d2e7c17de95.tar.xz planet-0f502d52819bb38744ab93a53ef23d2e7c17de95.zip |
specify that we want to exclude .spc files and not all files in the cache folder, this is to allow having the cache folder itself to be tracked in git
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ custom/config.yml custom/people.opml -cache/* +cache/*.spc |