diff options
author | Robby Russell <robby@planetargon.com> | 2012-06-13 12:34:02 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-06-13 12:34:02 -0700 |
commit | feb11a71ae007c0b300fbe0e46b4748c02fff7a2 (patch) | |
tree | 589637a44230d401e8a4d0ebba984c8468d7e980 /.gitignore | |
parent | 21de917d3bc2dbe48eadadcaa1ad73e3f4a61ccd (diff) | |
parent | a4748a2aad0c57f3fab01d7bd2dcbe6be00263d2 (diff) | |
download | zsh-feb11a71ae007c0b300fbe0e46b4748c02fff7a2.tar.gz zsh-feb11a71ae007c0b300fbe0e46b4748c02fff7a2.tar.bz2 zsh-feb11a71ae007c0b300fbe0e46b4748c02fff7a2.zip |
Merge pull request #239 from fred-o/master
Maven and GNU Screen plugins
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/ |