diff options
author | Sébastien <seb@Macbook.local> | 2012-06-25 17:41:06 +0200 |
---|---|---|
committer | Sébastien <seb@Macbook.local> | 2012-06-25 17:41:06 +0200 |
commit | 29fb24487cce4e61bdc24a9a0308f04a739a3d1f (patch) | |
tree | 7ef05913a12a6f67cd095dac9161e663035e53e2 /.gitignore | |
parent | 579f33d489c8b61e77279894cd467c3207955c09 (diff) | |
parent | d165a84dc0e8d2eb0774ed26995e7046c0aff41f (diff) | |
download | zsh-29fb24487cce4e61bdc24a9a0308f04a739a3d1f.tar.gz zsh-29fb24487cce4e61bdc24a9a0308f04a739a3d1f.tar.bz2 zsh-29fb24487cce4e61bdc24a9a0308f04a739a3d1f.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2e8db7341..51a5ee6c3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ projects.zsh custom/* !custom/example !custom/example.zsh -cache *.swp +!custom/example.zshcache +cache/ |