diff options
author | Alexander Berezovsky <ab@plumdistrict.com> | 2012-06-18 12:16:36 +0300 |
---|---|---|
committer | Alexander Berezovsky <ab@plumdistrict.com> | 2012-06-18 12:16:36 +0300 |
commit | 4a2e9ed0393b74a4e4b42766a5859e6634ce4c65 (patch) | |
tree | 51d752dd5c2cc3266077d2249f4ba5d0cefcd706 /.gitignore | |
parent | 73b9f8311030fe249d703178d5cb445eb0642268 (diff) | |
parent | e8d582aba98d57214a374bed01570ba791c54d9e (diff) | |
download | zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.tar.gz zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.tar.bz2 zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
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/ |